#AFAE9A

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

Shades of Eagle #AFAE9A

Tints of Eagle #AFAE9A

Color information

#AFAE9A (or 0xAFAE9A) is unknown color: approx Eagle. HEX triplet: AF, AE and 9A. RGB value is (175,174,154). Sum of RGB (Red+Green+Blue) = 175+174+154=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE9A is #505165. Grayscale: #ACACAC. Windows color (decimal): -5263718 or 10137263. OLE color: 10137263.

HSL color Cylindrical-coordinate representation of color #AFAE9A: hue angle of 57.14º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFAE9A is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB175174154-
CMYK00.010.120.31
HSL57.14º11.6%64.51%-
HSV(B)57.14º12%68.63%-
XYZ38.6541.7236.59-
YUV172.02117.83130.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=34.79%
G=34.59%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517415400.010.120.3157.1411.664.51
HexAFAE9A01C1F39c41
Octal2572562320114377114101
Binary1010111110101110100110100111001111111100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE9A; }

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

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

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

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

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

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

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

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