#A1C1C7

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

Shades of Heather #A1C1C7

Tints of Heather #A1C1C7

Color information

#A1C1C7 (or 0xA1C1C7) is unknown color: approx Heather. HEX triplet: A1, C1 and C7. RGB value is (161,193,199). Sum of RGB (Red+Green+Blue) = 161+193+199=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 199 - color contains mainly: blue. Hex color #A1C1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1C7 is #5E3E38. Grayscale: #B8B8B8. Windows color (decimal): -6176313 or 13091233. OLE color: 13091233.

HSL color Cylindrical-coordinate representation of color #A1C1C7: hue angle of 189.47º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1C1C7 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB161193199-
CMYK0.190.0300.22
HSL189.47º25.33%70.59%-
HSV(B)189.47º19.1%78.04%-
XYZ44.0849.8461.33-
YUV184.12136.4111.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 199 (78.12% from 255) = 35.99%
R=29.11%
G=34.90%
B=35.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611931990.190.0300.22189.4725.3370.59
HexA1C1C7133016bd1947
Octal24130130723302627531107
Binary101000011100000111000111100111101011010111101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1C7; }

 p { color: rgb(161,193,199); }

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

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

 a { background-color: rgb(161,193,199); }

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

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

 span { border-color: rgb(161,193,199); }

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