Html Css Color HEX #A1ACA0 Mantle

📋 copy color: '#A1ACA0'

red 161 ◦ green 172 ◦ blue 160

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

Shades of Mantle #A1ACA0

Tints of Mantle #A1ACA0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.89%

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

R = 32.66%
G = 34.89%
B = 32.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#A1ACA0 (or 0xA1ACA0) is known color: Mantle. HEX triplet: A1, AC and A0. RGB value is (161,172,160). Sum of RGB (Red+Green+Blue) = 161+172+160=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #A1ACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ACA0 is #5E535F. Grayscale: #A7A7A7. Windows color (decimal): -6181728 or 10529953. OLE color: 10529953.

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

Color convert

RGB 161 172 160 -
CMYK 0.06 0 0.07 0.33
HSL 115º 0.07% 0.65% -
HSV(B) 115º 0.07% 0.67% -
XYZ 35.8 39.62 39.02 -
YUV 167.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 161 172 160 0.06 0 0.07 0.33 115 0.07 0.65
Hex A1 AC A0 6 0 7 21 73 7 41
Octal 241 254 240 6 0 7 41 163 7 101
Binary 10100001 10101100 10100000 110 0 111 100001 1110011 111 1000001

Color Harmonies of #A1ACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ACA0

Black with #A1ACA0

Text Example


Text Example

White with #A1ACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ACA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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