#ADA58D

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

Shades of Bison Hide #ADA58D

Tints of Bison Hide #ADA58D

Color information

#ADA58D (or 0xADA58D) is unknown color: approx Bison Hide. HEX triplet: AD, A5 and 8D. RGB value is (173,165,141). Sum of RGB (Red+Green+Blue) = 173+165+141=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA58D is #525A72. Grayscale: #A4A4A4. Windows color (decimal): -5397107 or 9282989. OLE color: 9282989.

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

Color convert

RGB173165141-
CMYK00.050.180.32
HSL45º16.33%61.57%-
HSV(B)45º18.5%67.84%-
XYZ35.537.7230.61-
YUV164.66114.65133.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=36.12%
G=34.45%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316514100.050.180.324516.3361.57
HexADA58D0512202d103e
Octal255245215052240552076
Binary10101101101001011000110101011001010000010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA58D; }

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

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

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

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

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

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

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

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