#ADA390

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

Shades of Bison Hide #ADA390

Tints of Bison Hide #ADA390

Color information

#ADA390 (or 0xADA390) is unknown color: approx Bison Hide. HEX triplet: AD, A3 and 90. RGB value is (173,163,144). Sum of RGB (Red+Green+Blue) = 173+163+144=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA390 is #525C6F. Grayscale: #A3A3A3. Windows color (decimal): -5397616 or 9479085. OLE color: 9479085.

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

Color convert

RGB173163144-
CMYK00.060.170.32
HSL39.31º15.03%62.16%-
HSV(B)39.31º16.76%67.84%-
XYZ35.3637.0931.68-
YUV163.82116.81134.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 144 (56.64% from 255) = 30%
R=36.04%
G=33.96%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316314400.060.170.3239.3115.0362.16
HexADA39006112027f3e
Octal255243220062140471776
Binary1010110110100011100100000110100011000001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA390; }

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

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

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

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

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

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

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

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