#AFA88D

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

Shades of Eagle #AFA88D

Tints of Eagle #AFA88D

Color information

#AFA88D (or 0xAFA88D) is unknown color: approx Eagle. HEX triplet: AF, A8 and 8D. RGB value is (175,168,141). Sum of RGB (Red+Green+Blue) = 175+168+141=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA88D is #505772. Grayscale: #A7A7A7. Windows color (decimal): -5265267 or 9283759. OLE color: 9283759.

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

Color convert

RGB175168141-
CMYK00.040.190.31
HSL47.65º17.53%61.96%-
HSV(B)47.65º19.43%68.63%-
XYZ36.4939.0430.81-
YUV167.02113.32133.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=36.16%
G=34.71%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516814100.040.190.3147.6517.5361.96
HexAFA88D04131F30123e
Octal257250215042337602276
Binary1010111110101000100011010100100111111111000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA88D; }

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

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

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

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

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

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

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

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