#A2A17F

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

Shades of Locust #A2A17F

Tints of Locust #A2A17F

Color information

#A2A17F (or 0xA2A17F) is unknown color: approx Locust. HEX triplet: A2, A1 and 7F. RGB value is (162,161,127). Sum of RGB (Red+Green+Blue) = 162+161+127=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A17F is #5D5E80. Grayscale: #9D9D9D. Windows color (decimal): -6119041 or 8364450. OLE color: 8364450.

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

Color convert

RGB162161127-
CMYK00.010.220.36
HSL58.29º15.84%56.67%-
HSV(B)58.29º21.6%63.53%-
XYZ31.4834.725.12-
YUV157.42110.83131.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 161 (63.28% from 255) = 35.78%
BLUE value IS 127 (50% from 255) = 28.22%
R=36%
G=35.78%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216112700.010.220.3658.2915.8456.67
HexA2A17F0116243a1039
Octal242241177012644722071
Binary10100010101000011111111011011010010011101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A17F; }

 p { color: rgb(162,161,127); }

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

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

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

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

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

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

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