#A6C2CA

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

Shades of Heather #A6C2CA

Tints of Heather #A6C2CA

Color information

#A6C2CA (or 0xA6C2CA) is unknown color: approx Heather. HEX triplet: A6, C2 and CA. RGB value is (166,194,202). Sum of RGB (Red+Green+Blue) = 166+194+202=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6C2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2CA is #593D35. Grayscale: #BABABA. Windows color (decimal): -5848374 or 13288102. OLE color: 13288102.

HSL color Cylindrical-coordinate representation of color #A6C2CA: hue angle of 193.33º 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 #A6C2CA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166194202-
CMYK0.180.0400.21
HSL193.33º25.35%72.16%-
HSV(B)193.33º17.82%79.22%-
XYZ45.6850.9563.3-
YUV186.54136.72113.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 194 (76.17% from 255) = 34.52%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=29.54%
G=34.52%
B=35.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661942020.180.0400.21193.3325.3572.16
HexA6C2CA124015c11948
Octal24630231222402530131110
Binary1010011011000010110010101001010001010111000001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C2CA; }

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

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

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

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

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

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

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

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