#A3C0CA

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

Shades of Heather #A3C0CA

Tints of Heather #A3C0CA

Color information

#A3C0CA (or 0xA3C0CA) is unknown color: approx Heather. HEX triplet: A3, C0 and CA. RGB value is (163,192,202). Sum of RGB (Red+Green+Blue) = 163+192+202=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3C0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0CA is #5C3F35. Grayscale: #B8B8B8. Windows color (decimal): -6045494 or 13287587. OLE color: 13287587.

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

Color convert

RGB163192202-
CMYK0.190.0500.21
HSL195.38º26.9%71.57%-
HSV(B)195.38º19.31%79.22%-
XYZ44.6149.7563.13-
YUV184.47137.89112.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=29.26%
G=34.47%
B=36.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631922020.190.0500.21195.3826.971.57
HexA3C0CA135015c31b48
Octal24330031223502530333110
Binary1010001111000000110010101001110101010111000011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C0CA; }

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

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

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

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

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

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

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

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