#ADAB92

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

Shades of Eagle #ADAB92

Tints of Eagle #ADAB92

Color information

#ADAB92 (or 0xADAB92) is unknown color: approx Eagle. HEX triplet: AD, AB and 92. RGB value is (173,171,146). Sum of RGB (Red+Green+Blue) = 173+171+146=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB92 is #52546D. Grayscale: #A8A8A8. Windows color (decimal): -5395566 or 9612205. OLE color: 9612205.

HSL color Cylindrical-coordinate representation of color #ADAB92: hue angle of 55.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADAB92 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB173171146-
CMYK00.010.160.32
HSL55.56º14.14%62.55%-
HSV(B)55.56º15.61%67.84%-
XYZ36.9840.0932.98-
YUV168.75115.16131.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=35.31%
G=34.90%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317114600.010.160.3255.5614.1462.55
HexADAB9201102038e3f
Octal255253222012040701677
Binary10101101101010111001001001100001000001110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB92; }

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

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

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

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

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

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

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

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