#A0A235

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

Shades of Highball #A0A235

Tints of Highball #A0A235

Color information

#A0A235 (or 0xA0A235) is unknown color: approx 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

RGB16016253-
CMYK0.0100.670.36
HSL61.1º50.7%42.16%-
HSV(B)61.1º67.28%63.53%-
XYZ28.0633.578.37-
YUV148.9873.84135.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=42.67%
G=43.2%
B=14.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162530.0100.670.3661.150.742.16
HexA0A2351043243d332a
Octal240242651010344756352
Binary1010000010100010110101101000011100100111101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>