#AFA994

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

Shades of Eagle #AFA994

Tints of Eagle #AFA994

Color information

#AFA994 (or 0xAFA994) is unknown color: approx Eagle. HEX triplet: AF, A9 and 94. RGB value is (175,169,148). Sum of RGB (Red+Green+Blue) = 175+169+148=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA994 is #50566B. Grayscale: #A8A8A8. Windows color (decimal): -5265004 or 9742767. OLE color: 9742767.

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

Color convert

RGB175169148-
CMYK00.030.150.31
HSL46.67º14.44%63.33%-
HSV(B)46.67º15.43%68.63%-
XYZ37.2139.6333.7-
YUV168.4116.49132.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=35.57%
G=34.35%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516914800.030.150.3146.6714.4463.33
HexAFA99403F1F2fe3f
Octal257251224031737571677
Binary1010111110101001100101000111111111111011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA994; }

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

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

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

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

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

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

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

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