Html Css Color HEX #A2ADA2 Mantle

📋 copy color: '#A2ADA2'

red 162 ◦ green 173 ◦ blue 162

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

Shades of Mantle #A2ADA2

Tints of Mantle #A2ADA2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 32.6%
G = 34.81%
B = 32.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#A2ADA2 (or 0xA2ADA2) is known color: Mantle. HEX triplet: A2, AD and A2. RGB value is (162,173,162). Sum of RGB (Red+Green+Blue) = 162+173+162=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #A2ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADA2 is #5D525D. Grayscale: #A8A8A8. Windows color (decimal): -6115934 or 10661282. OLE color: 10661282.

HSL color Cylindrical-coordinate representation of color #A2ADA2: hue angle of 120º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A2ADA2 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 173 162 -
CMYK 0.06 0 0.06 0.32
HSL 120º 0.06% 0.66% -
HSV(B) 120º 0.06% 0.68% -
XYZ 36.37 40.18 40.02 -
YUV 168.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 162 173 162 0.06 0 0.06 0.32 120 0.06 0.66
Hex A2 AD A2 6 0 6 20 78 6 42
Octal 242 255 242 6 0 6 40 170 6 102
Binary 10100010 10101101 10100010 110 0 110 100000 1111000 110 1000010

Color Harmonies of #A2ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ADA2

Black with #A2ADA2

Text Example


Text Example

White with #A2ADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ADA2; }

 p { color: rgb(162,173,162); }

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

background-color css

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

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

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

border-color css

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

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

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