Html Css Color HEX #A2A37A Locust

📋 copy color: '#A2A37A'

red 162 ◦ green 163 ◦ blue 122

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

Shades of Locust #A2A37A

Tints of Locust #A2A37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 36.24%
G = 36.47%
B = 27.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2A37A (or 0xA2A37A) is known color: Locust. HEX triplet: A2, A3 and 7A. RGB value is (162,163,122). Sum of RGB (Red+Green+Blue) = 162+163+122=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A37A is #5D5C85. Grayscale: #9E9E9E. Windows color (decimal): -6118534 or 8037282. OLE color: 8037282.

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

Color convert

RGB 162 163 122 -
CMYK 0.01 0 0.25 0.36
HSL 61.46º 0.18% 0.56% -
HSV(B) 61.46º 0.25% 0.64% -
XYZ 31.51 35.28 23.56 -
YUV 158.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 162 163 122 0.01 0 0.25 0.36 61.46 0.18 0.56
Hex A2 A3 7A 1 0 19 24 3D 12 38
Octal 242 243 172 1 0 31 44 75 22 70
Binary 10100010 10100011 1111010 1 0 11001 100100 111101 10010 111000

Color Harmonies of #A2A37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A37A

Black with #A2A37A

Text Example


Text Example

White with #A2A37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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