#A0953D

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

Shades of Highball #A0953D

Tints of Highball #A0953D

Color information

#A0953D (or 0xA0953D) is unknown color: approx Highball. HEX triplet: A0, 95 and 3D. RGB value is (160,149,61). Sum of RGB (Red+Green+Blue) = 160+149+61=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0953D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0953D is #5F6AC2. Grayscale: #8E8E8E. Windows color (decimal): -6253251 or 4036000. OLE color: 4036000.

HSL color Cylindrical-coordinate representation of color #A0953D: hue angle of 53.33º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0953D is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16014961-
CMYK00.070.620.37
HSL53.33º44.8%43.33%-
HSV(B)53.33º61.87%62.75%-
XYZ26.0929.318.7-
YUV142.2682.14140.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 149 (58.59% from 255) = 40.27%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=43.24%
G=40.27%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601496100.070.620.3753.3344.843.33
HexA0953D073E25352d2b
Octal24022575077645655553
Binary10100000100101011111010111111110100101110101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0953D; }

 p { color: rgb(160,149,61); }

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

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

 a { background-color: rgb(160,149,61); }

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

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

 span { border-color: rgb(160,149,61); }

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