Color Hex Logo

#a6af25 Color Hex

#A6AF25
(166,175,37)
0 Favorites   0 Comments

Color spaces of #a6af25

RGB 16617537
HSL0.180.650.42
HSV64°79°69°
CMYK 0.050.000.79   0.31
XYZ31.389838.90057.6044
Yxy38.90050.40300.4994
Hunter Lab62.3703-19.312236.4303
CIE-Lab68.6791-19.385963.6356

#a6af25 color RGB value is (166,175,37).

#a6af25 hex color red value is 166, green value is 175 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a6af25 hue: 0.18 , saturation: 0.65 and the lightness value of a6af25 is 0.42.

The process color (four color CMYK) of #a6af25 color hex is 0.05, 0.00, 0.79, 0.31. Web safe color of #a6af25 is #999933. Color #a6af25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101111 00100101
Octal 246 257 45
Decimal 166 175 37
Hex A6 AF 25

RGB Percentages of Color #a6af25

%43.92
%46.30
%9.79

CMYK Percentages of Color #a6af25

%5
%0
%79
%31

Triadic Colors of #a6af25

#a6af25 #25a6af #af25a6

Analogous Colors of #a6af25

#a6af25 #61af25 #af7325

Monochromatic Colors of #a6af25

#a6af25

Complementary Color

#a6af25 #2e25af

#a6af25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6af25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6af25 Color CSS Codes

.mybgcolor {background-color:#a6af25; } 
.myforecolor {color:#a6af25; }
.mybordercolor {border:3px solid #a6af25; }

#a6af25 Text Font Color

<p style="color:#a6af25">Text here</p>

This sample text font color is #a6af25
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a6af25 Background Color

<div style="background-color:#a6af25">
Div content here</div>

This div background color is #a6af25


#a6af25 Border Color

<div style="border:3px solid #a6af25">
Div here</div>

This div border color is #a6af25


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,175,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6af25; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6af25;
  -webkit-box-shadow: 1px 1px 3px 2px #a6af25;
  box-shadow:         1px 1px 3px 2px #a6af25; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,175,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6af25">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6af25;
  -webkit-box-shadow: 1px 1px 3px 2px #a6af25;
  box-shadow:         1px 1px 3px 2px #a6af25;">
Div content here</div>

This div box has shadow with color #a6af25


Comments

No comments written yet.

Please login to write comment.