Shades of Highball #A0A235
Tints of Highball #A0A235
RGB
CMYK
RGB Variations
Color information
#A0A235 (or 0xA0A235) is known color: Highball. HEX triplet: A0, A2 and 35. RGB value is (160,162,53). Sum of RGB (Red+Green+Blue) = 160+162+53=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A235 is #5F5DCA. Grayscale: #959595. Windows color (decimal): -6249931 or 3515040. OLE color: 3515040.
HSL color Cylindrical-coordinate representation of color #A0A235: hue angle of 61.1º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0A235 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 53 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.36 |
| HSL | 61.1º | 0.51% | 0.42% | - |
| HSV(B) | 61.1º | 0.67% | 0.64% | - |
| XYZ | 28.06 | 33.57 | 8.37 | - |
| YUV | 148.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 53 | 0.01 | 0 | 0.67 | 0.36 | 61.1 | 0.51 | 0.42 |
| Hex | A0 | A2 | 35 | 1 | 0 | 43 | 24 | 3D | 33 | 2A |
| Octal | 240 | 242 | 65 | 1 | 0 | 103 | 44 | 75 | 63 | 52 |
| Binary | 10100000 | 10100010 | 110101 | 1 | 0 | 1000011 | 100100 | 111101 | 110011 | 101010 |
Color Harmonies of #A0A235
Complementary color
Monochromatic Colors of #A0A235
Black with #A0A235
Text Example
Text Example
White with #A0A235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A235; }
p { color: rgb(160,162,53); }
H1.HeaderClassName
{
color: #A0A235;
}
.AnyTagClassName
{
color: #A0A235;
}
</style>
background-color css
<style>
a { background-color: #A0A235; }
a { background-color: rgb(160,162,53); }
div.DivClassName
{
background-color: #A0A235;
}
.BgClassName
{
background-color: #A0A235;
}
</style>
border-color css
<style>
span { border-color: #A0A235; }
span { border-color: rgb(160,162,53); }
td.TdClassName
{
border-color: #A0A235;
}
.TagClassName
{
border-color: #A0A235;
}
</style>