#A3C0CD

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

Shades of Heather #A3C0CD

Tints of Heather #A3C0CD

Color information

#A3C0CD (or 0xA3C0CD) is unknown color: approx Heather. HEX triplet: A3, C0 and CD. RGB value is (163,192,205). Sum of RGB (Red+Green+Blue) = 163+192+205=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0CD is #5C3F32. Grayscale: #B8B8B8. Windows color (decimal): -6045491 or 13484195. OLE color: 13484195.

HSL color Cylindrical-coordinate representation of color #A3C0CD: hue angle of 198.57º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3C0CD is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163192205-
CMYK0.200.0600.20
HSL198.57º29.58%72.16%-
HSV(B)198.57º20.49%80.39%-
XYZ44.9749.8965.02-
YUV184.81139.39112.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.11%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=29.11%
G=34.29%
B=36.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631922050.200.0600.20198.5729.5872.16
HexA3C0CD146014c71e48
Octal24330031524602430736110
Binary1010001111000000110011011010011001010011000111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C0CD; }

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

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

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

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

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

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

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

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