#ADAC92

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

Shades of Eagle #ADAC92

Tints of Eagle #ADAC92

Color information

#ADAC92 (or 0xADAC92) is unknown color: approx Eagle. HEX triplet: AD, AC and 92. RGB value is (173,172,146). Sum of RGB (Red+Green+Blue) = 173+172+146=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC92 is #52536D. Grayscale: #A9A9A9. Windows color (decimal): -5395310 or 9612461. OLE color: 9612461.

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

Color convert

RGB173172146-
CMYK00.010.160.32
HSL57.78º14.14%62.55%-
HSV(B)57.78º15.61%67.84%-
XYZ37.1740.4633.05-
YUV169.34114.83130.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=35.23%
G=35.03%
B=29.74%

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
Decimal17317214600.010.160.3257.7814.1462.55
HexADAC920110203ae3f
Octal255254222012040721677
Binary10101101101011001001001001100001000001110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC92; }

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

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

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

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

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

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

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

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