#ADA99D

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

Shades of Bison Hide #ADA99D

Tints of Bison Hide #ADA99D

Color information

#ADA99D (or 0xADA99D) is unknown color: approx Bison Hide. HEX triplet: AD, A9 and 9D. RGB value is (173,169,157). Sum of RGB (Red+Green+Blue) = 173+169+157=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA99D is #525662. Grayscale: #A8A8A8. Windows color (decimal): -5396067 or 10332589. OLE color: 10332589.

HSL color Cylindrical-coordinate representation of color #ADA99D: hue angle of 45º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADA99D is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173169157-
CMYK00.020.090.32
HSL45º8.89%64.71%-
HSV(B)45º9.25%67.84%-
XYZ37.5139.6937.58-
YUV168.83121.33130.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=34.67%
G=33.87%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316915700.020.090.32458.8964.71
HexADA99D029202d941
Octal2552512350211405511101
Binary101011011010100110011101010100110000010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA99D; }

 p { color: rgb(173,169,157); }

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

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

 a { background-color: rgb(173,169,157); }

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

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

 span { border-color: rgb(173,169,157); }

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