#A2A47B

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

Shades of Locust #A2A47B

Tints of Locust #A2A47B

Color information

#A2A47B (or 0xA2A47B) is unknown color: approx Locust. HEX triplet: A2, A4 and 7B. RGB value is (162,164,123). Sum of RGB (Red+Green+Blue) = 162+164+123=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A47B is #5D5B84. Grayscale: #9E9E9E. Windows color (decimal): -6118277 or 8103074. OLE color: 8103074.

HSL color Cylindrical-coordinate representation of color #A2A47B: hue angle of 62.93º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2A47B is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB162164123-
CMYK0.0100.250.36
HSL62.93º18.39%56.27%-
HSV(B)62.93º25%64.31%-
XYZ31.7535.6623.95-
YUV158.73107.84130.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=36.08%
G=36.53%
B=27.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621641230.0100.250.3662.9318.3956.27
HexA2A47B1019243f1238
Octal242244173103144772270
Binary10100010101001001111011101100110010011111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A47B; }

 p { color: rgb(162,164,123); }

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

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

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

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

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

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

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