#ADA697

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

Shades of Bison Hide #ADA697

Tints of Bison Hide #ADA697

Color information

#ADA697 (or 0xADA697) is unknown color: approx Bison Hide. HEX triplet: AD, A6 and 97. RGB value is (173,166,151). Sum of RGB (Red+Green+Blue) = 173+166+151=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA697 is #525968. Grayscale: #A6A6A6. Windows color (decimal): -5396841 or 9938605. OLE color: 9938605.

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

Color convert

RGB173166151-
CMYK00.040.130.32
HSL40.91º11.83%63.53%-
HSV(B)40.91º12.72%67.84%-
XYZ36.4638.3934.77-
YUV166.38119.32132.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=35.31%
G=33.88%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316615100.040.130.3240.9111.8363.53
HexADA69704D2029c40
Octal2552462270415405114100
Binary1010110110100110100101110100110110000010100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA697; }

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

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

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

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

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

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

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

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