#AFA993

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

Shades of Eagle #AFA993

Tints of Eagle #AFA993

Color information

#AFA993 (or 0xAFA993) is unknown color: approx Eagle. HEX triplet: AF, A9 and 93. RGB value is (175,169,147). Sum of RGB (Red+Green+Blue) = 175+169+147=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA993 is #50566C. Grayscale: #A8A8A8. Windows color (decimal): -5265005 or 9677231. OLE color: 9677231.

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

Color convert

RGB175169147-
CMYK00.030.160.31
HSL47.14º14.89%63.14%-
HSV(B)47.14º16%68.63%-
XYZ37.1339.633.29-
YUV168.29115.99132.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=35.64%
G=34.42%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516914700.030.160.3147.1414.8963.14
HexAFA99303101F2ff3f
Octal257251223032037571777
Binary10101111101010011001001101110000111111011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA993; }

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

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

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

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

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

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

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

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