#A6C1C8

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

Shades of Heather #A6C1C8

Tints of Heather #A6C1C8

Color information

#A6C1C8 (or 0xA6C1C8) is unknown color: approx Heather. HEX triplet: A6, C1 and C8. RGB value is (166,193,200). Sum of RGB (Red+Green+Blue) = 166+193+200=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #A6C1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C1C8 is #593E37. Grayscale: #B9B9B9. Windows color (decimal): -5848632 or 13156774. OLE color: 13156774.

HSL color Cylindrical-coordinate representation of color #A6C1C8: hue angle of 192.35º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C1C8 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166193200-
CMYK0.170.0400.22
HSL192.35º23.61%71.76%-
HSV(B)192.35º17%78.43%-
XYZ45.2250.4261.99-
YUV185.73136.05113.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=29.70%
G=34.53%
B=35.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661932000.170.0400.22192.3523.6171.76
HexA6C1C8114016c01848
Octal24630131021402630030110
Binary1010011011000001110010001000110001011011000000110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C1C8; }

 p { color: rgb(166,193,200); }

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

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

 a { background-color: rgb(166,193,200); }

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

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

 span { border-color: rgb(166,193,200); }

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