Color Hex Logo

#a7af2b Color Hex

#A7AF2B
(167,175,43)
0 Favorites   0 Comments

Color spaces of #a7af2b

RGB 16717543
HSL0.180.610.43
HSV64°75°69°
CMYK 0.050.000.75   0.31
XYZ31.702439.04998.1520
Yxy39.04990.40180.4949
Hunter Lab62.4899-18.800736.0084
CIE-Lab68.7874-18.709161.8909

#a7af2b color RGB value is (167,175,43).

#a7af2b hex color red value is 167, green value is 175 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a7af2b hue: 0.18 , saturation: 0.61 and the lightness value of a7af2b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101111 00101011
Octal 247 257 53
Decimal 167 175 43
Hex A7 AF 2B

RGB Percentages of Color #a7af2b

%43.38
%45.45
%11.17

CMYK Percentages of Color #a7af2b

%5
%0
%75
%31

Triadic Colors of #a7af2b

#a7af2b #2ba7af #af2ba7

Analogous Colors of #a7af2b

#a7af2b #65af2b #af752b

Monochromatic Colors of #a7af2b

#a7af2b

Complementary Color

#a7af2b #332baf

#a7af2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7af2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7af2b Color CSS Codes

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

#a7af2b Text Font Color

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

This sample text font color is #a7af2b
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.


#a7af2b Background Color

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

This div background color is #a7af2b


#a7af2b Border Color

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

This div border color is #a7af2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7af2b


Comments

No comments written yet.

Please login to write comment.