#AFA98D

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

Shades of Eagle #AFA98D

Tints of Eagle #AFA98D

Color information

#AFA98D (or 0xAFA98D) is unknown color: approx Eagle. HEX triplet: AF, A9 and 8D. RGB value is (175,169,141). Sum of RGB (Red+Green+Blue) = 175+169+141=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA98D is #505672. Grayscale: #A7A7A7. Windows color (decimal): -5265011 or 9284015. OLE color: 9284015.

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

Color convert

RGB175169141-
CMYK00.030.190.31
HSL49.41º17.53%61.96%-
HSV(B)49.41º19.43%68.63%-
XYZ36.6739.4130.87-
YUV167.6112.99133.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=36.08%
G=34.85%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516914100.030.190.3149.4117.5361.96
HexAFA98D03131F31123e
Octal257251215032337612276
Binary101011111010100110001101011100111111111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA98D; }

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

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

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

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

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

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

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

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