#ADA493

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

Shades of Bison Hide #ADA493

Tints of Bison Hide #ADA493

Color information

#ADA493 (or 0xADA493) is unknown color: approx Bison Hide. HEX triplet: AD, A4 and 93. RGB value is (173,164,147). Sum of RGB (Red+Green+Blue) = 173+164+147=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA493 is #525B6C. Grayscale: #A4A4A4. Windows color (decimal): -5397357 or 9675949. OLE color: 9675949.

HSL color Cylindrical-coordinate representation of color #ADA493: hue angle of 39.23º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADA493 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB173164147-
CMYK00.050.150.32
HSL39.23º13.68%62.75%-
HSV(B)39.23º15.03%67.84%-
XYZ35.7837.5432.96-
YUV164.75117.98133.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=35.74%
G=33.88%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316414700.050.150.3239.2313.6862.75
HexADA49305F2027e3f
Octal255244223051740471677
Binary101011011010010010010011010111111000001001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA493; }

 p { color: rgb(173,164,147); }

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

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

 a { background-color: rgb(173,164,147); }

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

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

 span { border-color: rgb(173,164,147); }

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