#ADA696

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

Shades of Bison Hide #ADA696

Tints of Bison Hide #ADA696

Color information

#ADA696 (or 0xADA696) is unknown color: approx Bison Hide. HEX triplet: AD, A6 and 96. RGB value is (173,166,150). Sum of RGB (Red+Green+Blue) = 173+166+150=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA696 is #525969. Grayscale: #A6A6A6. Windows color (decimal): -5396842 or 9873069. OLE color: 9873069.

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

Color convert

RGB173166150-
CMYK00.040.130.32
HSL41.74º12.3%63.33%-
HSV(B)41.74º13.29%67.84%-
XYZ36.3738.3634.34-
YUV166.27118.82132.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=35.38%
G=33.95%
B=30.67%

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
Decimal17316615000.040.130.3241.7412.363.33
HexADA69604D202ac3f
Octal255246226041540521477
Binary101011011010011010010110010011011000001010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA696; }

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

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

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

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

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

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

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

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