Html Css Color HEX #A2A382 Locust

📋 copy color: '#A2A382'

red 162 ◦ green 163 ◦ blue 130

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

Shades of Locust #A2A382

Tints of Locust #A2A382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.57%

R = 35.6%
G = 35.82%
B = 28.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A2A382 (or 0xA2A382) is known color: Locust. HEX triplet: A2, A3 and 82. RGB value is (162,163,130). Sum of RGB (Red+Green+Blue) = 162+163+130=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A382 is #5D5C7D. Grayscale: #9F9F9F. Windows color (decimal): -6118526 or 8561570. OLE color: 8561570.

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

Color convert

RGB 162 163 130 -
CMYK 0.01 0 0.20 0.36
HSL 61.82º 0.15% 0.57% -
HSV(B) 61.82º 0.2% 0.64% -
XYZ 32.03 35.49 26.28 -
YUV 158.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 162 163 130 0.01 0 0.20 0.36 61.82 0.15 0.57
Hex A2 A3 82 1 0 14 24 3E F 39
Octal 242 243 202 1 0 24 44 76 17 71
Binary 10100010 10100011 10000010 1 0 10100 100100 111110 1111 111001

Color Harmonies of #A2A382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A382

Black with #A2A382

Text Example


Text Example

White with #A2A382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A382; }

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

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

background-color css

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

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

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

border-color css

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

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

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