#A6C3CA

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

Shades of Heather #A6C3CA

Tints of Heather #A6C3CA

Color information

#A6C3CA (or 0xA6C3CA) is unknown color: approx Heather. HEX triplet: A6, C3 and CA. RGB value is (166,195,202). Sum of RGB (Red+Green+Blue) = 166+195+202=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6C3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C3CA is #593C35. Grayscale: #BBBBBB. Windows color (decimal): -5848118 or 13288358. OLE color: 13288358.

HSL color Cylindrical-coordinate representation of color #A6C3CA: hue angle of 191.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6C3CA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166195202-
CMYK0.180.0300.21
HSL191.67º25.35%72.16%-
HSV(B)191.67º17.82%79.22%-
XYZ45.951.463.38-
YUV187.13136.39112.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=29.48%
G=34.64%
B=35.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661952020.180.0300.21191.6725.3572.16
HexA6C3CA123015c01948
Octal24630331222302530031110
Binary101001101100001111001010100101101010111000000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C3CA; }

 p { color: rgb(166,195,202); }

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

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

 a { background-color: rgb(166,195,202); }

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

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

 span { border-color: rgb(166,195,202); }

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