Html Css Color HEX #A1AEA1 Mantle

📋 copy color: '#A1AEA1'

red 161 ◦ green 174 ◦ blue 161

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

Shades of Mantle #A1AEA1

Tints of Mantle #A1AEA1

RGB

 RED value IS 161 (63.28% from 255) = 32.46%

 GREEN value IS 174 (68.36% from 255) = 35.08%

 BLUE value IS 161 (63.28% from 255) = 32.46%

R = 32.46%
G = 35.08%
B = 32.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#A1AEA1 (or 0xA1AEA1) is known color: Mantle. HEX triplet: A1, AE and A1. RGB value is (161,174,161). Sum of RGB (Red+Green+Blue) = 161+174+161=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AEA1 is #5E515E. Grayscale: #A8A8A8. Windows color (decimal): -6181215 or 10596001. OLE color: 10596001.

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

Color convert

RGB 161 174 161 -
CMYK 0.07 0 0.07 0.32
HSL 120º 0.07% 0.66% -
HSV(B) 120º 0.07% 0.68% -
XYZ 36.27 40.42 39.61 -
YUV 168.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 161 174 161 0.07 0 0.07 0.32 120 0.07 0.66
Hex A1 AE A1 7 0 7 20 78 7 42
Octal 241 256 241 7 0 7 40 170 7 102
Binary 10100001 10101110 10100001 111 0 111 100000 1111000 111 1000010

Color Harmonies of #A1AEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AEA1

Black with #A1AEA1

Text Example


Text Example

White with #A1AEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AEA1; }

 p { color: rgb(161,174,161); }

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

background-color css

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

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

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

border-color css

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

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

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