#A1C0CB

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

Shades of Heather #A1C0CB

Tints of Heather #A1C0CB

Color information

#A1C0CB (or 0xA1C0CB) is unknown color: approx Heather. HEX triplet: A1, C0 and CB. RGB value is (161,192,203). Sum of RGB (Red+Green+Blue) = 161+192+203=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C0CB is #5E3F34. Grayscale: #B7B7B7. Windows color (decimal): -6176565 or 13353121. OLE color: 13353121.

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

Color convert

RGB161192203-
CMYK0.210.0500.20
HSL195.71º28.77%71.37%-
HSV(B)195.71º20.69%79.61%-
XYZ44.3349.5963.74-
YUV183.98138.73111.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=28.96%
G=34.53%
B=36.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611922030.210.0500.20195.7128.7771.37
HexA1C0CB155014c41d47
Octal24130031325502430435107
Binary1010000111000000110010111010110101010011000100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C0CB; }

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

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

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

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

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

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

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

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