#AFAF99

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

Shades of Eagle #AFAF99

Tints of Eagle #AFAF99

Color information

#AFAF99 (or 0xAFAF99) is unknown color: approx Eagle. HEX triplet: AF, AF and 99. RGB value is (175,175,153). Sum of RGB (Red+Green+Blue) = 175+175+153=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF99 is #505066. Grayscale: #ACACAC. Windows color (decimal): -5263463 or 10071983. OLE color: 10071983.

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

Color convert

RGB175175153-
CMYK000.130.31
HSL60º12.09%64.31%-
HSV(B)60º12.57%68.63%-
XYZ38.7642.0736.22-
YUV172.49117129.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=34.79%
G=34.79%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175153000.130.316012.0964.31
HexAFAF9900D1F3cc40
Octal2572572310015377414100
Binary1010111110101111100110010011011111111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF99; }

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

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

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

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

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

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

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

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