#A9C2CA

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

Shades of Heather #A9C2CA

Tints of Heather #A9C2CA

Color information

#A9C2CA (or 0xA9C2CA) is unknown color: approx Heather. HEX triplet: A9, C2 and CA. RGB value is (169,194,202). Sum of RGB (Red+Green+Blue) = 169+194+202=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9C2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C2CA is #563D35. Grayscale: #BBBBBB. Windows color (decimal): -5651766 or 13288105. OLE color: 13288105.

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

Color convert

RGB169194202-
CMYK0.160.0400.21
HSL194.55º23.74%72.75%-
HSV(B)194.55º16.34%79.22%-
XYZ46.3151.2863.33-
YUV187.44136.22114.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=29.91%
G=34.34%
B=35.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691942020.160.0400.21194.5523.7472.75
HexA9C2CA104015c31849
Octal25130231220402530330111
Binary1010100111000010110010101000010001010111000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C2CA; }

 p { color: rgb(169,194,202); }

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

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

 a { background-color: rgb(169,194,202); }

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

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

 span { border-color: rgb(169,194,202); }

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