#ADA58C

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

Shades of Bison Hide #ADA58C

Tints of Bison Hide #ADA58C

Color information

#ADA58C (or 0xADA58C) is unknown color: approx Bison Hide. HEX triplet: AD, A5 and 8C. RGB value is (173,165,140). Sum of RGB (Red+Green+Blue) = 173+165+140=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA58C is #525A73. Grayscale: #A4A4A4. Windows color (decimal): -5397108 or 9217453. OLE color: 9217453.

HSL color Cylindrical-coordinate representation of color #ADA58C: hue angle of 45.45º 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 #ADA58C is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB173165140-
CMYK00.050.190.32
HSL45.45º16.75%61.37%-
HSV(B)45.45º19.08%67.84%-
XYZ35.4237.6930.22-
YUV164.54114.15134.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=36.19%
G=34.52%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316514000.050.190.3245.4516.7561.37
HexADA58C0513202d113d
Octal255245214052340552175
Binary10101101101001011000110001011001110000010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA58C; }

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

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

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

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

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

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

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

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