#ADAC8B

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

Shades of Eagle #ADAC8B

Tints of Eagle #ADAC8B

Color information

#ADAC8B (or 0xADAC8B) is unknown color: approx Eagle. HEX triplet: AD, AC and 8B. RGB value is (173,172,139). Sum of RGB (Red+Green+Blue) = 173+172+139=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC8B is #525374. Grayscale: #A8A8A8. Windows color (decimal): -5395317 or 9153709. OLE color: 9153709.

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

Color convert

RGB173172139-
CMYK00.010.200.32
HSL58.24º17.17%61.18%-
HSV(B)58.24º19.65%67.84%-
XYZ36.6540.2530.26-
YUV168.54111.33131.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=35.74%
G=35.54%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317213900.010.200.3258.2417.1761.18
HexADAC8B0114203a113d
Octal255254213012440722175
Binary101011011010110010001011011010010000011101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC8B; }

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

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

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

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

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

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

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

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