#ADA590

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

Shades of Bison Hide #ADA590

Tints of Bison Hide #ADA590

Color information

#ADA590 (or 0xADA590) is unknown color: approx Bison Hide. HEX triplet: AD, A5 and 90. RGB value is (173,165,144). Sum of RGB (Red+Green+Blue) = 173+165+144=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA590 is #525A6F. Grayscale: #A5A5A5. Windows color (decimal): -5397104 or 9479597. OLE color: 9479597.

HSL color Cylindrical-coordinate representation of color #ADA590: hue angle of 43.45º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADA590 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB173165144-
CMYK00.050.170.32
HSL43.45º15.03%62.16%-
HSV(B)43.45º16.76%67.84%-
XYZ35.7237.8131.8-
YUV165116.15133.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=35.89%
G=34.23%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316514400.050.170.3243.4515.0362.16
HexADA5900511202bf3e
Octal255245220052140531776
Binary1010110110100101100100000101100011000001010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA590; }

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

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

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

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

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

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

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

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