#ADA695

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

Shades of Bison Hide #ADA695

Tints of Bison Hide #ADA695

Color information

#ADA695 (or 0xADA695) is unknown color: approx Bison Hide. HEX triplet: AD, A6 and 95. RGB value is (173,166,149). Sum of RGB (Red+Green+Blue) = 173+166+149=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA695 is #52596A. Grayscale: #A6A6A6. Windows color (decimal): -5396843 or 9807533. OLE color: 9807533.

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

Color convert

RGB173166149-
CMYK00.040.140.32
HSL42.5º12.77%63.14%-
HSV(B)42.5º13.87%67.84%-
XYZ36.2938.3333.92-
YUV166.15118.32132.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=35.45%
G=34.02%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316614900.040.140.3242.512.7763.14
HexADA69504E202bd3f
Octal255246225041640531577
Binary101011011010011010010101010011101000001010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA695; }

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

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

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

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

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

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

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

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