#A2AF82

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

Shades of Locust #A2AF82

Tints of Locust #A2AF82

Color information

#A2AF82 (or 0xA2AF82) is unknown color: approx Locust. HEX triplet: A2, AF and 82. RGB value is (162,175,130). Sum of RGB (Red+Green+Blue) = 162+175+130=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF82 is #5D507D. Grayscale: #A6A6A6. Windows color (decimal): -6115454 or 8564642. OLE color: 8564642.

HSL color Cylindrical-coordinate representation of color #A2AF82: hue angle of 77.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2AF82 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB162175130-
CMYK0.0700.260.31
HSL77.33º21.95%59.8%-
HSV(B)77.33º25.71%68.63%-
XYZ34.2639.9527.03-
YUV165.98107.69125.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=34.69%
G=37.47%
B=27.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751300.0700.260.3177.3321.9559.8
HexA2AF82701A1F4d163c
Octal2422572027032371152674
Binary10100010101011111000001011101101011111100110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF82; }

 p { color: rgb(162,175,130); }

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

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

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

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

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

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

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