#ADA491

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

Shades of Bison Hide #ADA491

Tints of Bison Hide #ADA491

Color information

#ADA491 (or 0xADA491) is unknown color: approx Bison Hide. HEX triplet: AD, A4 and 91. RGB value is (173,164,145). Sum of RGB (Red+Green+Blue) = 173+164+145=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA491 is #525B6E. Grayscale: #A4A4A4. Windows color (decimal): -5397359 or 9544877. OLE color: 9544877.

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

Color convert

RGB173164145-
CMYK00.050.160.32
HSL40.71º14.58%62.35%-
HSV(B)40.71º16.18%67.84%-
XYZ35.6237.4832.14-
YUV164.52116.98134.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=35.89%
G=34.02%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316414500.050.160.3240.7114.5862.35
HexADA49105102029f3e
Octal255244221052040511776
Binary1010110110100100100100010101100001000001010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA491; }

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

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

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

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

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

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

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

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