Html Css Color HEX #A1AEA0 Mantle

📋 copy color: '#A1AEA0'

red 161 ◦ green 174 ◦ blue 160

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

Shades of Mantle #A1AEA0

Tints of Mantle #A1AEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 32.53%
G = 35.15%
B = 32.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A1AEA0 (or 0xA1AEA0) is known color: Mantle. HEX triplet: A1, AE and A0. RGB value is (161,174,160). Sum of RGB (Red+Green+Blue) = 161+174+160=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AEA0 is #5E515F. Grayscale: #A8A8A8. Windows color (decimal): -6181216 or 10530465. OLE color: 10530465.

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

Color convert

RGB 161 174 160 -
CMYK 0.07 0 0.08 0.32
HSL 115.71º 0.08% 0.65% -
HSV(B) 115.71º 0.08% 0.68% -
XYZ 36.18 40.39 39.15 -
YUV 168.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 161 174 160 0.07 0 0.08 0.32 115.71 0.08 0.65
Hex A1 AE A0 7 0 8 20 74 8 41
Octal 241 256 240 7 0 10 40 164 10 101
Binary 10100001 10101110 10100000 111 0 1000 100000 1110100 1000 1000001

Color Harmonies of #A1AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AEA0

Black with #A1AEA0

Text Example


Text Example

White with #A1AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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