#AFAF95

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

Shades of Eagle #AFAF95

Tints of Eagle #AFAF95

Color information

#AFAF95 (or 0xAFAF95) is unknown color: approx Eagle. HEX triplet: AF, AF and 95. RGB value is (175,175,149). Sum of RGB (Red+Green+Blue) = 175+175+149=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF95 is #50506A. Grayscale: #ACACAC. Windows color (decimal): -5263467 or 9809839. OLE color: 9809839.

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

Color convert

RGB175175149-
CMYK000.150.31
HSL60º13.98%63.53%-
HSV(B)60º14.86%68.63%-
XYZ38.4341.9434.5-
YUV172.04115130.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=35.07%
G=35.07%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175149000.150.316013.9863.53
HexAFAF9500F1F3ce40
Octal2572572250017377416100
Binary1010111110101111100101010011111111111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF95; }

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

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

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

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

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

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

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

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