#ADAB8D

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

Shades of Eagle #ADAB8D

Tints of Eagle #ADAB8D

Color information

#ADAB8D (or 0xADAB8D) is unknown color: approx Eagle. HEX triplet: AD, AB and 8D. RGB value is (173,171,141). Sum of RGB (Red+Green+Blue) = 173+171+141=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB8D is #525472. Grayscale: #A8A8A8. Windows color (decimal): -5395571 or 9284525. OLE color: 9284525.

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

Color convert

RGB173171141-
CMYK00.010.180.32
HSL56.25º16.33%61.57%-
HSV(B)56.25º18.5%67.84%-
XYZ36.639.9330.98-
YUV168.18112.66131.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=35.67%
G=35.26%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317114100.010.180.3256.2516.3361.57
HexADAB8D01122038103e
Octal255253215012240702076
Binary101011011010101110001101011001010000011100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB8D; }

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

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

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

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

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

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

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

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