#AAC3CC

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

Shades of Heather #AAC3CC

Tints of Heather #AAC3CC

Color information

#AAC3CC (or 0xAAC3CC) is unknown color: approx Heather. HEX triplet: AA, C3 and CC. RGB value is (170,195,204). Sum of RGB (Red+Green+Blue) = 170+195+204=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3CC is #553C33. Grayscale: #BCBCBC. Windows color (decimal): -5585972 or 13419434. OLE color: 13419434.

HSL color Cylindrical-coordinate representation of color #AAC3CC: hue angle of 195.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC3CC is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170195204-
CMYK0.170.0400.2
HSL195.88º25%73.33%-
HSV(B)195.88º16.67%80%-
XYZ46.9951.9464.67-
YUV188.55136.72114.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=29.88%
G=34.27%
B=35.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701952040.170.0400.2195.882573.33
HexAAC3CC114014c41949
Octal25230331421402430431111
Binary1010101011000011110011001000110001010011000100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC3CC; }

 p { color: rgb(170,195,204); }

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

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

 a { background-color: rgb(170,195,204); }

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

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

 span { border-color: rgb(170,195,204); }

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