#AFAF92

Color #AFAF92 Eagle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eagle #AFAF92

Tints of Eagle #AFAF92

Color information

#AFAF92 (or 0xAFAF92) is unknown color: approx Eagle. HEX triplet: AF, AF and 92. RGB value is (175,175,146). Sum of RGB (Red+Green+Blue) = 175+175+146=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF92 is #50506D. Grayscale: #ABABAB. Windows color (decimal): -5263470 or 9613231. OLE color: 9613231.

HSL color Cylindrical-coordinate representation of color #AFAF92: hue angle of 60º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFAF92 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB175175146-
CMYK000.170.31
HSL60º15.34%62.94%-
HSV(B)60º16.57%68.63%-
XYZ38.241.8533.26-
YUV171.69113.5130.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=35.28%
G=35.28%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175146000.170.316015.3462.94
HexAFAF9200111F3cf3f
Octal257257222002137741777
Binary1010111110101111100100100010001111111111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF92; }

 p { color: rgb(175,175,146); }

 H1.HeaderClassName
 {
   color: #AFAF92;
 }
 .AnyTagClassName
 {
   color: #AFAF92;
 }
</style>
background-color css

<style>
 a { background-color: #AFAF92; }

 a { background-color: rgb(175,175,146); }

 div.DivClassName
 {
   background-color: #AFAF92;
 }
 .BgClassName
 {
   background-color: #AFAF92;
 }
</style>
border-color css

<style>
 span { border-color: #AFAF92; }

 span { border-color: rgb(175,175,146); }

 td.TdClassName
 {
   border-color: #AFAF92;
 }
 .TagClassName
 {
   border-color: #AFAF92;
 }
</style>