#AAC0CC

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

Shades of Heather #AAC0CC

Tints of Heather #AAC0CC

Color information

#AAC0CC (or 0xAAC0CC) is unknown color: approx Heather. HEX triplet: AA, C0 and CC. RGB value is (170,192,204). Sum of RGB (Red+Green+Blue) = 170+192+204=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAC0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0CC is #553F33. Grayscale: #BABABA. Windows color (decimal): -5586740 or 13418666. OLE color: 13418666.

HSL color Cylindrical-coordinate representation of color #AAC0CC: hue angle of 201.18º 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 #AAC0CC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170192204-
CMYK0.170.0600.2
HSL201.18º25%73.33%-
HSV(B)201.18º16.67%80%-
XYZ46.3350.664.45-
YUV186.79137.71116.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=30.04%
G=33.92%
B=36.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701922040.170.0600.2201.182573.33
HexAAC0CC116014c91949
Octal25230031421602431131111
Binary1010101011000000110011001000111001010011001001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0CC; }

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

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

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

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

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

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

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

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