#A3C1CA

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

Shades of Heather #A3C1CA

Tints of Heather #A3C1CA

Color information

#A3C1CA (or 0xA3C1CA) is unknown color: approx Heather. HEX triplet: A3, C1 and CA. RGB value is (163,193,202). Sum of RGB (Red+Green+Blue) = 163+193+202=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3C1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C1CA is #5C3E35. Grayscale: #B8B8B8. Windows color (decimal): -6045238 or 13287843. OLE color: 13287843.

HSL color Cylindrical-coordinate representation of color #A3C1CA: hue angle of 193.85º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3C1CA is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163193202-
CMYK0.190.0400.21
HSL193.85º26.9%71.57%-
HSV(B)193.85º19.31%79.22%-
XYZ44.8350.1963.2-
YUV185.06137.56112.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.21%
GREEN value IS 193 (75.78% from 255) = 34.59%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=29.21%
G=34.59%
B=36.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631932020.190.0400.21193.8526.971.57
HexA3C1CA134015c21b48
Octal24330131223402530233110
Binary1010001111000001110010101001110001010111000010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C1CA; }

 p { color: rgb(163,193,202); }

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

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

 a { background-color: rgb(163,193,202); }

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

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

 span { border-color: rgb(163,193,202); }

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