#ADAB91

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

Shades of Eagle #ADAB91

Tints of Eagle #ADAB91

Color information

#ADAB91 (or 0xADAB91) is unknown color: approx Eagle. HEX triplet: AD, AB and 91. RGB value is (173,171,145). Sum of RGB (Red+Green+Blue) = 173+171+145=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB91 is #52546E. Grayscale: #A8A8A8. Windows color (decimal): -5395567 or 9546669. OLE color: 9546669.

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

Color convert

RGB173171145-
CMYK00.010.160.32
HSL55.71º14.58%62.35%-
HSV(B)55.71º16.18%67.84%-
XYZ36.9140.0532.57-
YUV168.63114.66131.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=35.38%
G=34.97%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317114500.010.160.3255.7114.5862.35
HexADAB9101102038f3e
Octal255253221012040701776
Binary10101101101010111001000101100001000001110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB91; }

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

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

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

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

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

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

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

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