#ADA990

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

Shades of Eagle #ADA990

Tints of Eagle #ADA990

Color information

#ADA990 (or 0xADA990) is unknown color: approx Eagle. HEX triplet: AD, A9 and 90. RGB value is (173,169,144). Sum of RGB (Red+Green+Blue) = 173+169+144=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA990 is #52566F. Grayscale: #A7A7A7. Windows color (decimal): -5396080 or 9480621. OLE color: 9480621.

HSL color Cylindrical-coordinate representation of color #ADA990: hue angle of 51.72º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADA990 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB173169144-
CMYK00.020.170.32
HSL51.72º15.03%62.16%-
HSV(B)51.72º16.76%67.84%-
XYZ36.4639.2732.04-
YUV167.35114.83132.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=35.60%
G=34.77%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316914400.020.170.3251.7215.0362.16
HexADA99002112034f3e
Octal255251220022140641776
Binary101011011010100110010000010100011000001101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA990; }

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

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

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

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

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

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

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

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