#AFAE92

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

Shades of Eagle #AFAE92

Tints of Eagle #AFAE92

Color information

#AFAE92 (or 0xAFAE92) is unknown color: approx Eagle. HEX triplet: AF, AE and 92. RGB value is (175,174,146). Sum of RGB (Red+Green+Blue) = 175+174+146=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE92 is #50516D. Grayscale: #ABABAB. Windows color (decimal): -5263726 or 9612975. OLE color: 9612975.

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

Color convert

RGB175174146-
CMYK00.010.170.31
HSL57.93º15.34%62.94%-
HSV(B)57.93º16.57%68.63%-
XYZ3841.4633.19-
YUV171.11113.83130.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=35.35%
G=35.15%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517414600.010.170.3157.9315.3462.94
HexAFAE9201111F3af3f
Octal257256222012137721777
Binary1010111110101110100100100110001111111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE92; }

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

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

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

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

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

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

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

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