#ADA694

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

Shades of Bison Hide #ADA694

Tints of Bison Hide #ADA694

Color information

#ADA694 (or 0xADA694) is unknown color: approx Bison Hide. HEX triplet: AD, A6 and 94. RGB value is (173,166,148). Sum of RGB (Red+Green+Blue) = 173+166+148=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA694 is #52596B. Grayscale: #A6A6A6. Windows color (decimal): -5396844 or 9741997. OLE color: 9741997.

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

Color convert

RGB173166148-
CMYK00.040.140.32
HSL43.2º13.23%62.94%-
HSV(B)43.2º14.45%67.84%-
XYZ36.2238.2933.5-
YUV166.04117.82132.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=35.52%
G=34.09%
B=30.39%

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
Decimal17316614800.040.140.3243.213.2362.94
HexADA69404E202bd3f
Octal255246224041640531577
Binary101011011010011010010100010011101000001010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA694; }

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

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

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

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

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

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

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

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