#ADA796

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

Shades of Bison Hide #ADA796

Tints of Bison Hide #ADA796

Color information

#ADA796 (or 0xADA796) is unknown color: approx Bison Hide. HEX triplet: AD, A7 and 96. RGB value is (173,167,150). Sum of RGB (Red+Green+Blue) = 173+167+150=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA796 is #525869. Grayscale: #A6A6A6. Windows color (decimal): -5396586 or 9873325. OLE color: 9873325.

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

Color convert

RGB173167150-
CMYK00.030.130.32
HSL44.35º12.3%63.33%-
HSV(B)44.35º13.29%67.84%-
XYZ36.5638.7234.4-
YUV166.86118.49132.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=35.31%
G=34.08%
B=30.61%

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
Decimal17316715000.030.130.3244.3512.363.33
HexADA79603D202cc3f
Octal255247226031540541477
Binary10101101101001111001011001111011000001011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA796; }

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

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

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

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

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

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

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

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