#ADA794

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

Shades of Bison Hide #ADA794

Tints of Bison Hide #ADA794

Color information

#ADA794 (or 0xADA794) is unknown color: approx Bison Hide. HEX triplet: AD, A7 and 94. RGB value is (173,167,148). Sum of RGB (Red+Green+Blue) = 173+167+148=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA794 is #52586B. Grayscale: #A6A6A6. Windows color (decimal): -5396588 or 9742253. OLE color: 9742253.

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

Color convert

RGB173167148-
CMYK00.030.140.32
HSL45.6º13.23%62.94%-
HSV(B)45.6º14.45%67.84%-
XYZ36.438.6633.56-
YUV166.63117.49132.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=35.45%
G=34.22%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316714800.030.140.3245.613.2362.94
HexADA79403E202ed3f
Octal255247224031640561577
Binary10101101101001111001010001111101000001011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA794; }

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

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

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

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

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

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

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

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