#A3C0CE

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

Shades of Heather #A3C0CE

Tints of Heather #A3C0CE

Color information

#A3C0CE (or 0xA3C0CE) is unknown color: approx Heather. HEX triplet: A3, C0 and CE. RGB value is (163,192,206). Sum of RGB (Red+Green+Blue) = 163+192+206=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0CE is #5C3F31. Grayscale: #B8B8B8. Windows color (decimal): -6045490 or 13549731. OLE color: 13549731.

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

Color convert

RGB163192206-
CMYK0.210.0700.19
HSL199.53º30.5%72.35%-
HSV(B)199.53º20.87%80.78%-
XYZ45.0949.9465.66-
YUV184.92139.89112.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.06%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=29.06%
G=34.22%
B=36.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631922060.210.0700.19199.5330.572.35
HexA3C0CE157013c81e48
Octal24330031625702331036110
Binary1010001111000000110011101010111101001111001000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C0CE; }

 p { color: rgb(163,192,206); }

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

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

 a { background-color: rgb(163,192,206); }

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

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

 span { border-color: rgb(163,192,206); }

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