#ADAC90

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

Shades of Eagle #ADAC90

Tints of Eagle #ADAC90

Color information

#ADAC90 (or 0xADAC90) is unknown color: approx Eagle. HEX triplet: AD, AC and 90. RGB value is (173,172,144). Sum of RGB (Red+Green+Blue) = 173+172+144=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC90 is #52536F. Grayscale: #A9A9A9. Windows color (decimal): -5395312 or 9481389. OLE color: 9481389.

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

Color convert

RGB173172144-
CMYK00.010.170.32
HSL57.93º15.03%62.16%-
HSV(B)57.93º16.76%67.84%-
XYZ37.0240.432.23-
YUV169.11113.83130.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=35.38%
G=35.17%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317214400.010.170.3257.9315.0362.16
HexADAC900111203af3e
Octal255254220012140721776
Binary10101101101011001001000001100011000001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC90; }

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

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

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

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

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

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

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

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