#A2A288

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

Shades of Locust #A2A288

Tints of Locust #A2A288

Color information

#A2A288 (or 0xA2A288) is unknown color: approx Locust. HEX triplet: A2, A2 and 88. RGB value is (162,162,136). Sum of RGB (Red+Green+Blue) = 162+162+136=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A288 is #5D5D77. Grayscale: #9F9F9F. Windows color (decimal): -6118776 or 8954530. OLE color: 8954530.

HSL color Cylindrical-coordinate representation of color #A2A288: hue angle of 60º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2A288 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162162136-
CMYK000.160.36
HSL60º12.26%58.43%-
HSV(B)60º16.05%63.53%-
XYZ32.2635.328.41-
YUV159.04115130.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=35.22%
G=35.22%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162162136000.160.366012.2658.43
HexA2A2880010243cc3a
Octal242242210002044741472
Binary10100010101000101000100000100001001001111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A288; }

 p { color: rgb(162,162,136); }

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

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

 a { background-color: rgb(162,162,136); }

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

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

 span { border-color: rgb(162,162,136); }

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