#AFAD95

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

Shades of Eagle #AFAD95

Tints of Eagle #AFAD95

Color information

#AFAD95 (or 0xAFAD95) is unknown color: approx Eagle. HEX triplet: AF, AD and 95. RGB value is (175,173,149). Sum of RGB (Red+Green+Blue) = 175+173+149=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD95 is #50526A. Grayscale: #AAAAAA. Windows color (decimal): -5263979 or 9809327. OLE color: 9809327.

HSL color Cylindrical-coordinate representation of color #AFAD95: hue angle of 55.38º 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 #AFAD95 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175173149-
CMYK00.010.150.31
HSL55.38º13.98%63.53%-
HSV(B)55.38º14.86%68.63%-
XYZ38.0541.1734.38-
YUV170.86115.66130.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=35.21%
G=34.81%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517314900.010.150.3155.3813.9863.53
HexAFAD9501F1F37e40
Octal2572552250117376716100
Binary1010111110101101100101010111111111111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD95; }

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

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

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

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

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

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

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

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