#ADA799

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

Shades of Bison Hide #ADA799

Tints of Bison Hide #ADA799

Color information

#ADA799 (or 0xADA799) is unknown color: approx Bison Hide. HEX triplet: AD, A7 and 99. RGB value is (173,167,153). Sum of RGB (Red+Green+Blue) = 173+167+153=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA799 is #525866. Grayscale: #A7A7A7. Windows color (decimal): -5396583 or 10069933. OLE color: 10069933.

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

Color convert

RGB173167153-
CMYK00.030.120.32
HSL42º10.87%63.92%-
HSV(B)42º11.56%67.84%-
XYZ36.838.8235.69-
YUV167.2119.99132.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=35.09%
G=33.87%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316715300.030.120.324210.8763.92
HexADA79903C202ab40
Octal2552472310314405213100
Binary101011011010011110011001011110010000010101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA799; }

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

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

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

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

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

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

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

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