#AFAE93

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

Shades of Eagle #AFAE93

Tints of Eagle #AFAE93

Color information

#AFAE93 (or 0xAFAE93) is unknown color: approx Eagle. HEX triplet: AF, AE and 93. RGB value is (175,174,147). Sum of RGB (Red+Green+Blue) = 175+174+147=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE93 is #50516C. Grayscale: #ABABAB. Windows color (decimal): -5263725 or 9678511. OLE color: 9678511.

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

Color convert

RGB175174147-
CMYK00.010.160.31
HSL57.86º14.89%63.14%-
HSV(B)57.86º16%68.63%-
XYZ38.0841.4933.61-
YUV171.22114.33130.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=35.28%
G=35.08%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517414700.010.160.3157.8614.8963.14
HexAFAE9301101F3af3f
Octal257256223012037721777
Binary1010111110101110100100110110000111111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE93; }

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

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

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

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

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

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

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

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