COLOR #A6CCA1

HEX: #A6CCA1 RGB: (166,204,161)

Color info

#A6CCA1 contains red, green and blue colors in about the same proportion. Web safe color of #A6CCA1 is #99CC99 (or #9C9).

RGB color model

#A6CCA1 color RGB value is (166,204,161).

RGB: (166,204,161) (65%, 80%, 63%)

RGB channels and saturation

R 166 of 255 = 65%
G 204 of 255 = 80%
B 161 of 255 = 63%

166
204
161

R + G + B ~ 69%. #A6CCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 204 + 161 = 531 (100%)
R 166 of 531 ~ 31.26%
G 204 of 531 ~ 38.42%
B 161 of 531 ~ 30.32'%

%31.26
%38.42
%30.32

CMYK color model

#A6CCA1 color CMYK value is (19,0,21,20).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 20.00%

CMYK: (19,0,21,20)
C19M0Y21K20 (19%, 0%, 21%, 20%)
(0.19 / 0.00 / 0.21 / 0.20)

CMYK percentages

%18.63
%0
%21.08
%20

Codes

Color #A6CCA1 in popluar color models

A6 CC A1
RGB 166 204 161
HSL 113° 29.66% 71.57%
HSB/HSV 113° 21.08% 80.00%
CMYK 18.63% 0.00% 21.08%
20.00%

Color #A6CCA1 in popluar number systems.

HEX A6 CC A1
Decimal 166 204 161
Binary 10100110 11001100 10100001
Octal 246 314 241

Shades and tints

Shades of #A6CCA1

#A6CCA1
(166,204,161)
#97BA93
(151,186,147)
#88A885
(136,168,133)
#799677
(121,150,119)
#6A8469
(106,132,105)
#5B725B
(91,114,91)
#4C604D
(76,96,77)
#3D4E3F
(61,78,63)
#2E3C31
(46,60,49)
#1F2A23
(31,42,35)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #A6CCA1

#A6CCA1
(166,204,161)
#AED0A9
(174,208,169)
#B6D4B1
(182,212,177)
#BED8B9
(190,216,185)
#C6DCC1
(198,220,193)
#CEE0C9
(206,224,201)
#D6E4D1
(214,228,209)
#DEE8D9
(222,232,217)
#E6ECE1
(230,236,225)
#EEF0E9
(238,240,233)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CCA1 color. Also use rgb(166,204,161) instead hex code.

Text Font Color

.myTextColor { color: #A6CCA1; }

<p style="color:#A6CCA1">This sample text font color is #A6CCA1.</p>

This text font color is #A6CCA1.

Background Color

.myBgColor { background-color: #A6CCA1; }

<div style="background-color:#A6CCA1">Inner text</div>

This div background color is #A6CCA1.

Border color

.myBorderColor { border: 1px solid #A6CCA1; }

<div style="border:3px solid #A6CCA1">Div</div>

This div border color is #A6CCA1.

Opacity

.myOpacity80 { color: #A6CCA1; opacity: 0.8; }

<p style="color:#A6CCA1;opacity:0.8;">80%</p>

Text with #A6CCA1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A6CCA1;}

<p style="text-shadow: 3px 3px 1px #A6CCA1">Text here.</p>

This text has shadow with #A6CCA1 color.


.textShadow {text-shadow: 3px 3px 1px #A6CCA1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A6CCA1, 5px 5px 20px red">Text here.</p>

This text has shadow with #A6CCA1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6CCA1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A6CCA1, Direction=45, Strength=4)">Text</p>

This text has shadow with #A6CCA1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6CCA1;
-webkit-box-shadow: 1px 1px 3px 2px #A6CCA1;
box-shadow: 1px 1px 3px 2px #A6CCA1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6CCA1; -webkit-box-shadow: 1px 1px 3px 2px #A6CCA1; box-shadow:1px 1px 3px 2px #A6CCA1;">
Div content here
</div>

This div box has shadow with color #A6CCA1.

Preview

Color preview on black background

This text has color #A6CCA1 on black background.


Color preview on white background

This text has color #A6CCA1 on white background.


Black color preview on #A6CCA1 background

This text has black color on #A6CCA1 background.


White color preview on #A6CCA1 background

This text has white color on #A6CCA1 background.


Related colors

Complementary color

Complementary color for #hex is #59335E.


I love getcolorcode.com

Triadic colors

1 #A1A6CC and #CCA1A6 with #A6CCA1 are triadic colors.

2 #A1CCA6 and #CCA6A1 with #A6CCA1 are triadic colors.