Html Css Color HEX #A2A47E Locust

📋 copy color: '#A2A47E'

red 162 ◦ green 164 ◦ blue 126

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

Shades of Locust #A2A47E

Tints of Locust #A2A47E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.28%

 BLUE value IS 126 (49.61% from 255) = 27.88%

R = 35.84%
G = 36.28%
B = 27.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2A47E (or 0xA2A47E) is known color: Locust. HEX triplet: A2, A4 and 7E. RGB value is (162,164,126). Sum of RGB (Red+Green+Blue) = 162+164+126=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A47E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A47E is #5D5B81. Grayscale: #9F9F9F. Windows color (decimal): -6118274 or 8299682. OLE color: 8299682.

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

Color convert

RGB 162 164 126 -
CMYK 0.01 0 0.23 0.36
HSL 63.16º 0.17% 0.57% -
HSV(B) 63.16º 0.23% 0.64% -
XYZ 31.94 35.74 24.95 -
YUV 159.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 162 164 126 0.01 0 0.23 0.36 63.16 0.17 0.57
Hex A2 A4 7E 1 0 17 24 3F 11 39
Octal 242 244 176 1 0 27 44 77 21 71
Binary 10100010 10100100 1111110 1 0 10111 100100 111111 10001 111001

Color Harmonies of #A2A47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A47E

Black with #A2A47E

Text Example


Text Example

White with #A2A47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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