#A2AF7E

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

Shades of Locust #A2AF7E

Tints of Locust #A2AF7E

Color information

#A2AF7E (or 0xA2AF7E) is unknown color: approx Locust. HEX triplet: A2, AF and 7E. RGB value is (162,175,126). Sum of RGB (Red+Green+Blue) = 162+175+126=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF7E is #5D5081. Grayscale: #A5A5A5. Windows color (decimal): -6115458 or 8302498. OLE color: 8302498.

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

Color convert

RGB162175126-
CMYK0.0700.280.31
HSL75.92º23.44%59.02%-
HSV(B)75.92º28%68.63%-
XYZ3439.8525.64-
YUV165.53105.69125.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 126 (49.61% from 255) = 27.21%
R=34.99%
G=37.80%
B=27.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751260.0700.280.3175.9223.4459.02
HexA2AF7E701C1F4c173b
Octal2422571767034371142773
Binary1010001010101111111111011101110011111100110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF7E; }

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

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

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

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

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

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

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

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