#ADAB93

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

Shades of Eagle #ADAB93

Tints of Eagle #ADAB93

Color information

#ADAB93 (or 0xADAB93) is unknown color: approx Eagle. HEX triplet: AD, AB and 93. RGB value is (173,171,147). Sum of RGB (Red+Green+Blue) = 173+171+147=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB93 is #52546C. Grayscale: #A8A8A8. Windows color (decimal): -5395565 or 9677741. OLE color: 9677741.

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

Color convert

RGB173171147-
CMYK00.010.150.32
HSL55.38º13.68%62.75%-
HSV(B)55.38º15.03%67.84%-
XYZ37.0640.1233.39-
YUV168.86115.66130.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=35.23%
G=34.83%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317114700.010.150.3255.3813.6862.75
HexADAB9301F2037e3f
Octal255253223011740671677
Binary1010110110101011100100110111111000001101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB93; }

 p { color: rgb(173,171,147); }

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

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

 a { background-color: rgb(173,171,147); }

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

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

 span { border-color: rgb(173,171,147); }

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