#AAC2CD

Color #AAC2CD Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #AAC2CD

Tints of Heather #AAC2CD

Color information

#AAC2CD (or 0xAAC2CD) is unknown color: approx Heather. HEX triplet: AA, C2 and CD. RGB value is (170,194,205). Sum of RGB (Red+Green+Blue) = 170+194+205=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2CD is #553D32. Grayscale: #BCBCBC. Windows color (decimal): -5586227 or 13484714. OLE color: 13484714.

HSL color Cylindrical-coordinate representation of color #AAC2CD: hue angle of 198.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC2CD is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170194205-
CMYK0.170.0500.20
HSL198.86º25.93%73.53%-
HSV(B)198.86º17.07%80.39%-
XYZ46.8951.5465.23-
YUV188.08137.55115.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 194 (76.17% from 255) = 34.09%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=29.88%
G=34.09%
B=36.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701942050.170.0500.20198.8625.9373.53
HexAAC2CD115014c71a4a
Octal25230231521502430732112
Binary1010101011000010110011011000110101010011000111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC2CD; }

 p { color: rgb(170,194,205); }

 H1.HeaderClassName
 {
   color: #AAC2CD;
 }
 .AnyTagClassName
 {
   color: #AAC2CD;
 }
</style>
background-color css

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

 a { background-color: rgb(170,194,205); }

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

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

 span { border-color: rgb(170,194,205); }

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