#AAC4CA

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

Shades of Heather #AAC4CA

Tints of Heather #AAC4CA

Color information

#AAC4CA (or 0xAAC4CA) is unknown color: approx Heather. HEX triplet: AA, C4 and CA. RGB value is (170,196,202). Sum of RGB (Red+Green+Blue) = 170+196+202=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4CA is #553B35. Grayscale: #BCBCBC. Windows color (decimal): -5585718 or 13288618. OLE color: 13288618.

HSL color Cylindrical-coordinate representation of color #AAC4CA: hue angle of 191.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC4CA is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170196202-
CMYK0.160.0300.21
HSL191.25º23.19%72.94%-
HSV(B)191.25º15.84%79.22%-
XYZ46.9852.2963.49-
YUV188.91135.39114.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=29.93%
G=34.51%
B=35.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701962020.160.0300.21191.2523.1972.94
HexAAC4CA103015bf1749
Octal25230431220302527727111
Binary101010101100010011001010100001101010110111111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4CA; }

 p { color: rgb(170,196,202); }

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

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

 a { background-color: rgb(170,196,202); }

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

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

 span { border-color: rgb(170,196,202); }

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