#A1C0CD

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

Shades of Heather #A1C0CD

Tints of Heather #A1C0CD

Color information

#A1C0CD (or 0xA1C0CD) is unknown color: approx Heather. HEX triplet: A1, C0 and CD. RGB value is (161,192,205). Sum of RGB (Red+Green+Blue) = 161+192+205=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C0CD is #5E3F32. Grayscale: #B8B8B8. Windows color (decimal): -6176563 or 13484193. OLE color: 13484193.

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

Color convert

RGB161192205-
CMYK0.210.0600.20
HSL197.73º30.56%71.76%-
HSV(B)197.73º21.46%80.39%-
XYZ44.5749.6865-
YUV184.21139.73111.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.85%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=28.85%
G=34.41%
B=36.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611922050.210.0600.20197.7330.5671.76
HexA1C0CD156014c61f48
Octal24130031525602430637110
Binary1010000111000000110011011010111001010011000110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C0CD; }

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

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

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

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

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

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

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

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