#ADAC96

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

Shades of Eagle #ADAC96

Tints of Eagle #ADAC96

Color information

#ADAC96 (or 0xADAC96) is unknown color: approx Eagle. HEX triplet: AD, AC and 96. RGB value is (173,172,150). Sum of RGB (Red+Green+Blue) = 173+172+150=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC96 is #525369. Grayscale: #A9A9A9. Windows color (decimal): -5395306 or 9874605. OLE color: 9874605.

HSL color Cylindrical-coordinate representation of color #ADAC96: hue angle of 57.39º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADAC96 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB173172150-
CMYK00.010.130.32
HSL57.39º12.3%63.33%-
HSV(B)57.39º13.29%67.84%-
XYZ37.4940.5934.71-
YUV169.79116.83130.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=34.95%
G=34.75%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317215000.010.130.3257.3912.363.33
HexADAC9601D2039c3f
Octal255254226011540711477
Binary1010110110101100100101100111011000001110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC96; }

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

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

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

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

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

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

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

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