#ADA392

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

Shades of Bison Hide #ADA392

Tints of Bison Hide #ADA392

Color information

#ADA392 (or 0xADA392) is unknown color: approx Bison Hide. HEX triplet: AD, A3 and 92. RGB value is (173,163,146). Sum of RGB (Red+Green+Blue) = 173+163+146=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA392 is #525C6D. Grayscale: #A4A4A4. Windows color (decimal): -5397614 or 9610157. OLE color: 9610157.

HSL color Cylindrical-coordinate representation of color #ADA392: hue angle of 37.78º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA392 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB173163146-
CMYK00.060.160.32
HSL37.78º14.14%62.55%-
HSV(B)37.78º15.61%67.84%-
XYZ35.5237.1532.49-
YUV164.05117.81134.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=35.89%
G=33.82%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316314600.060.160.3237.7814.1462.55
HexADA39206102026e3f
Octal255243222062040461677
Binary1010110110100011100100100110100001000001001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA392; }

 p { color: rgb(173,163,146); }

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

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

 a { background-color: rgb(173,163,146); }

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

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

 span { border-color: rgb(173,163,146); }

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