#ADAB8C

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

Shades of Eagle #ADAB8C

Tints of Eagle #ADAB8C

Color information

#ADAB8C (or 0xADAB8C) is unknown color: approx Eagle. HEX triplet: AD, AB and 8C. RGB value is (173,171,140). Sum of RGB (Red+Green+Blue) = 173+171+140=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB8C is #525473. Grayscale: #A8A8A8. Windows color (decimal): -5395572 or 9218989. OLE color: 9218989.

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

Color convert

RGB173171140-
CMYK00.010.190.32
HSL56.36º16.75%61.37%-
HSV(B)56.36º19.08%67.84%-
XYZ36.5339.930.59-
YUV168.06112.16131.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=35.74%
G=35.33%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317114000.010.190.3256.3616.7561.37
HexADAB8C01132038113d
Octal255253214012340702175
Binary101011011010101110001100011001110000011100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB8C; }

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

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

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

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

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

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

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

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