#AAC3CA

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

Shades of Heather #AAC3CA

Tints of Heather #AAC3CA

Color information

#AAC3CA (or 0xAAC3CA) is unknown color: approx Heather. HEX triplet: AA, C3 and CA. RGB value is (170,195,202). Sum of RGB (Red+Green+Blue) = 170+195+202=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3CA is #553C35. Grayscale: #BCBCBC. Windows color (decimal): -5585974 or 13288362. OLE color: 13288362.

HSL color Cylindrical-coordinate representation of color #AAC3CA: hue angle of 193.12º 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 #AAC3CA is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170195202-
CMYK0.160.0300.21
HSL193.12º23.19%72.94%-
HSV(B)193.12º15.84%79.22%-
XYZ46.7551.8463.42-
YUV188.32135.72114.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 195 (76.56% from 255) = 34.39%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=29.98%
G=34.39%
B=35.63%

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
Decimal1701952020.160.0300.21193.1223.1972.94
HexAAC3CA103015c11749
Octal25230331220302530127111
Binary101010101100001111001010100001101010111000001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC3CA; }

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

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

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

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

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

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

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

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