#ADA797

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

Shades of Bison Hide #ADA797

Tints of Bison Hide #ADA797

Color information

#ADA797 (or 0xADA797) is unknown color: approx Bison Hide. HEX triplet: AD, A7 and 97. RGB value is (173,167,151). Sum of RGB (Red+Green+Blue) = 173+167+151=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA797 is #525868. Grayscale: #A7A7A7. Windows color (decimal): -5396585 or 9938861. OLE color: 9938861.

HSL color Cylindrical-coordinate representation of color #ADA797: hue angle of 43.64º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADA797 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB173167151-
CMYK00.030.130.32
HSL43.64º11.83%63.53%-
HSV(B)43.64º12.72%67.84%-
XYZ36.6438.7634.83-
YUV166.97118.99132.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=35.23%
G=34.01%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316715100.030.130.3243.6411.8363.53
HexADA79703D202cc40
Octal2552472270315405414100
Binary101011011010011110010111011110110000010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA797; }

 p { color: rgb(173,167,151); }

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

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

 a { background-color: rgb(173,167,151); }

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

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

 span { border-color: rgb(173,167,151); }

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