#ADA592

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

Shades of Bison Hide #ADA592

Tints of Bison Hide #ADA592

Color information

#ADA592 (or 0xADA592) is unknown color: approx Bison Hide. HEX triplet: AD, A5 and 92. RGB value is (173,165,146). Sum of RGB (Red+Green+Blue) = 173+165+146=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA592 is #525A6D. Grayscale: #A5A5A5. Windows color (decimal): -5397102 or 9610669. OLE color: 9610669.

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

Color convert

RGB173165146-
CMYK00.050.160.32
HSL42.22º14.14%62.55%-
HSV(B)42.22º15.61%67.84%-
XYZ35.8837.8732.61-
YUV165.23117.15133.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=35.74%
G=34.09%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316514600.050.160.3242.2214.1462.55
HexADA5920510202ae3f
Octal255245222052040521677
Binary1010110110100101100100100101100001000001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA592; }

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

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

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

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

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

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

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

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