Html Css Color HEX #A2AF81 Locust

📋 copy color: '#A2AF81'

red 162 ◦ green 175 ◦ blue 129

#A2AF81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #A2AF81

Tints of Locust #A2AF81

RGB

 RED value IS 162 (63.67% from 255) = 34.76%

 GREEN value IS 175 (68.75% from 255) = 37.55%

 BLUE value IS 129 (50.78% from 255) = 27.68%

R = 34.76%
G = 37.55%
B = 27.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#A2AF81 (or 0xA2AF81) is known color: Locust. HEX triplet: A2, AF and 81. RGB value is (162,175,129). Sum of RGB (Red+Green+Blue) = 162+175+129=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF81 is #5D507E. Grayscale: #A6A6A6. Windows color (decimal): -6115455 or 8499106. OLE color: 8499106.

HSL color Cylindrical-coordinate representation of color #A2AF81: hue angle of 76.96º 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 #A2AF81 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 175 129 -
CMYK 0.07 0 0.26 0.31
HSL 76.96º 0.22% 0.6% -
HSV(B) 76.96º 0.26% 0.69% -
XYZ 34.19 39.93 26.67 -
YUV 165.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 162 175 129 0.07 0 0.26 0.31 76.96 0.22 0.6
Hex A2 AF 81 7 0 1A 1F 4D 16 3C
Octal 242 257 201 7 0 32 37 115 26 74
Binary 10100010 10101111 10000001 111 0 11010 11111 1001101 10110 111100

Color Harmonies of #A2AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF81

Black with #A2AF81

Text Example


Text Example

White with #A2AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF81; }

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

 H1.HeaderClassName
 {
   color: #A2AF81;
 }
 .AnyTagClassName
 {
   color: #A2AF81;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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