Html Css Color HEX #A2A184 Locust

📋 copy color: '#A2A184'

red 162 ◦ green 161 ◦ blue 132

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

Shades of Locust #A2A184

Tints of Locust #A2A184

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.38%

 BLUE value IS 132 (51.95% from 255) = 29.01%

R = 35.6%
G = 35.38%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A2A184 (or 0xA2A184) is known color: Locust. HEX triplet: A2, A1 and 84. RGB value is (162,161,132). Sum of RGB (Red+Green+Blue) = 162+161+132=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A184 is #5D5E7B. Grayscale: #9E9E9E. Windows color (decimal): -6119036 or 8692130. OLE color: 8692130.

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

Color convert

RGB 162 161 132 -
CMYK 0 0.01 0.19 0.36
HSL 58º 0.14% 0.58% -
HSV(B) 58º 0.19% 0.64% -
XYZ 31.81 34.84 26.88 -
YUV 157.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 162 161 132 0 0.01 0.19 0.36 58 0.14 0.58
Hex A2 A1 84 0 1 13 24 3A E 3A
Octal 242 241 204 0 1 23 44 72 16 72
Binary 10100010 10100001 10000100 0 1 10011 100100 111010 1110 111010

Color Harmonies of #A2A184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A184

Black with #A2A184

Text Example


Text Example

White with #A2A184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A184; }

 p { color: rgb(162,161,132); }

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

background-color css

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

 a { background-color: rgb(162,161,132); }

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

border-color css

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

 span { border-color: rgb(162,161,132); }

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