#AAC3CD

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

Shades of Heather #AAC3CD

Tints of Heather #AAC3CD

Color information

#AAC3CD (or 0xAAC3CD) is unknown color: approx Heather. HEX triplet: AA, C3 and CD. RGB value is (170,195,205). Sum of RGB (Red+Green+Blue) = 170+195+205=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAC3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3CD is #553C32. Grayscale: #BCBCBC. Windows color (decimal): -5585971 or 13484970. OLE color: 13484970.

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

Color convert

RGB170195205-
CMYK0.170.0500.20
HSL197.14º25.93%73.53%-
HSV(B)197.14º17.07%80.39%-
XYZ47.1151.9865.31-
YUV188.66137.22114.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=29.82%
G=34.21%
B=35.96%

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
Decimal1701952050.170.0500.20197.1425.9373.53
HexAAC3CD115014c51a4a
Octal25230331521502430532112
Binary1010101011000011110011011000110101010011000101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC3CD; }

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

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

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

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

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

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

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

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