#AFAB92

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

Shades of Eagle #AFAB92

Tints of Eagle #AFAB92

Color information

#AFAB92 (or 0xAFAB92) is unknown color: approx Eagle. HEX triplet: AF, AB and 92. RGB value is (175,171,146). Sum of RGB (Red+Green+Blue) = 175+171+146=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB92 is #50546D. Grayscale: #A9A9A9. Windows color (decimal): -5264494 or 9612207. OLE color: 9612207.

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

Color convert

RGB175171146-
CMYK00.020.170.31
HSL51.72º15.34%62.94%-
HSV(B)51.72º16.57%68.63%-
XYZ37.4340.3233-
YUV169.35114.83132.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=35.57%
G=34.76%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517114600.020.170.3151.7215.3462.94
HexAFAB9202111F34f3f
Octal257253222022137641777
Binary10101111101010111001001001010001111111101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB92; }

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

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

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

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

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

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

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

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