#ADA992

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

Shades of Eagle #ADA992

Tints of Eagle #ADA992

Color information

#ADA992 (or 0xADA992) is unknown color: approx Eagle. HEX triplet: AD, A9 and 92. RGB value is (173,169,146). Sum of RGB (Red+Green+Blue) = 173+169+146=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA992 is #52566D. Grayscale: #A7A7A7. Windows color (decimal): -5396078 or 9611693. OLE color: 9611693.

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

Color convert

RGB173169146-
CMYK00.020.160.32
HSL51.11º14.14%62.55%-
HSV(B)51.11º15.61%67.84%-
XYZ36.6139.3432.86-
YUV167.57115.83131.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=35.45%
G=34.63%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316914600.020.160.3251.1114.1462.55
HexADA99202102033e3f
Octal255251222022040631677
Binary101011011010100110010010010100001000001100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA992; }

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

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

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

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

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

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

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

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