Html Css Color HEX #A2A185 Locust

📋 copy color: '#A2A185'

red 162 ◦ green 161 ◦ blue 133

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

Shades of Locust #A2A185

Tints of Locust #A2A185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.17%

R = 35.53%
G = 35.31%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A2A185 (or 0xA2A185) is known color: Locust. HEX triplet: A2, A1 and 85. RGB value is (162,161,133). Sum of RGB (Red+Green+Blue) = 162+161+133=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A185 is #5D5E7A. Grayscale: #9E9E9E. Windows color (decimal): -6119035 or 8757666. OLE color: 8757666.

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

Color convert

RGB 162 161 133 -
CMYK 0 0.01 0.18 0.36
HSL 57.93º 0.13% 0.58% -
HSV(B) 57.93º 0.18% 0.64% -
XYZ 31.88 34.86 27.24 -
YUV 158.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 162 161 133 0 0.01 0.18 0.36 57.93 0.13 0.58
Hex A2 A1 85 0 1 12 24 3A D 3A
Octal 242 241 205 0 1 22 44 72 15 72
Binary 10100010 10100001 10000101 0 1 10010 100100 111010 1101 111010

Color Harmonies of #A2A185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A185

Black with #A2A185

Text Example


Text Example

White with #A2A185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A185; }

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

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

background-color css

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

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

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

border-color css

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

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

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