Html Css Color HEX #A2A371 Locust

📋 copy color: '#A2A371'

red 162 ◦ green 163 ◦ blue 113

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

Shades of Locust #A2A371

Tints of Locust #A2A371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.21%

 BLUE value IS 113 (44.53% from 255) = 25.8%

R = 36.99%
G = 37.21%
B = 25.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A2A371 (or 0xA2A371) is known color: Locust. HEX triplet: A2, A3 and 71. RGB value is (162,163,113). Sum of RGB (Red+Green+Blue) = 162+163+113=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A371 is #5D5C8E. Grayscale: #9D9D9D. Windows color (decimal): -6118543 or 7447458. OLE color: 7447458.

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

Color convert

RGB 162 163 113 -
CMYK 0.01 0 0.31 0.36
HSL 61.2º 0.21% 0.54% -
HSV(B) 61.2º 0.31% 0.64% -
XYZ 30.98 35.07 20.76 -
YUV 157 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 162 163 113 0.01 0 0.31 0.36 61.2 0.21 0.54
Hex A2 A3 71 1 0 1F 24 3D 15 36
Octal 242 243 161 1 0 37 44 75 25 66
Binary 10100010 10100011 1110001 1 0 11111 100100 111101 10101 110110

Color Harmonies of #A2A371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A371

Black with #A2A371

Text Example


Text Example

White with #A2A371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A371; }

 p { color: rgb(162,163,113); }

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

background-color css

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

 a { background-color: rgb(162,163,113); }

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

border-color css

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

 span { border-color: rgb(162,163,113); }

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