#ADA892

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

Shades of Eagle #ADA892

Tints of Eagle #ADA892

Color information

#ADA892 (or 0xADA892) is unknown color: approx Eagle. HEX triplet: AD, A8 and 92. RGB value is (173,168,146). Sum of RGB (Red+Green+Blue) = 173+168+146=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA892 is #52576D. Grayscale: #A7A7A7. Windows color (decimal): -5396334 or 9611437. OLE color: 9611437.

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

Color convert

RGB173168146-
CMYK00.030.160.32
HSL48.89º14.14%62.55%-
HSV(B)48.89º15.61%67.84%-
XYZ36.4238.9632.8-
YUV166.99116.16132.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=35.52%
G=34.50%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316814600.030.160.3248.8914.1462.55
HexADA89203102031e3f
Octal255250222032040611677
Binary101011011010100010010010011100001000001100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA892; }

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

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

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

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

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

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

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

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