#A0993C

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

Shades of Highball #A0993C

Tints of Highball #A0993C

Color information

#A0993C (or 0xA0993C) is unknown color: approx Highball. HEX triplet: A0, 99 and 3C. RGB value is (160,153,60). Sum of RGB (Red+Green+Blue) = 160+153+60=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0993C is #5F66C3. Grayscale: #909090. Windows color (decimal): -6252228 or 3971488. OLE color: 3971488.

HSL color Cylindrical-coordinate representation of color #A0993C: hue angle of 55.8º 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 #A0993C is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16015360-
CMYK00.040.620.37
HSL55.8º45.45%43.14%-
HSV(B)55.8º62.5%62.75%-
XYZ26.730.588.77-
YUV144.4980.32139.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=42.90%
G=41.02%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601536000.040.620.3755.845.4543.14
HexA0993C043E25382d2b
Octal24023174047645705553
Binary10100000100110011111000100111110100101111000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0993C; }

 p { color: rgb(160,153,60); }

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

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

 a { background-color: rgb(160,153,60); }

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

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

 span { border-color: rgb(160,153,60); }

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