#AFAD8D

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

Shades of Eagle #AFAD8D

Tints of Eagle #AFAD8D

Color information

#AFAD8D (or 0xAFAD8D) is unknown color: approx Eagle. HEX triplet: AF, AD and 8D. RGB value is (175,173,141). Sum of RGB (Red+Green+Blue) = 175+173+141=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD8D is #505272. Grayscale: #AAAAAA. Windows color (decimal): -5263987 or 9285039. OLE color: 9285039.

HSL color Cylindrical-coordinate representation of color #AFAD8D: hue angle of 56.47º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFAD8D is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175173141-
CMYK00.010.190.31
HSL56.47º17.53%61.96%-
HSV(B)56.47º19.43%68.63%-
XYZ37.4340.9231.13-
YUV169.95111.66131.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=35.79%
G=35.38%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517314100.010.190.3156.4717.5361.96
HexAFAD8D01131F38123e
Octal257255215012337702276
Binary10101111101011011000110101100111111111100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD8D; }

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

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

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

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

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

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

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

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