Html Css Color HEX #A6C0CA Heather

📋 copy color: '#A6C0CA'

red 166 ◦ green 192 ◦ blue 202

#A6C0CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #A6C0CA

Tints of Heather #A6C0CA

RGB

 RED value IS 166 (65.23% from 255) = 29.64%

 GREEN value IS 192 (75.39% from 255) = 34.29%

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 29.64%
G = 34.29%
B = 36.07%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A6C0CA (or 0xA6C0CA) is known color: Heather. HEX triplet: A6, C0 and CA. RGB value is (166,192,202). Sum of RGB (Red+Green+Blue) = 166+192+202=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6C0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0CA is #593F35. Grayscale: #B9B9B9. Windows color (decimal): -5848886 or 13287590. OLE color: 13287590.

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

Color convert

RGB 166 192 202 -
CMYK 0.18 0.05 0 0.21
HSL 196.67º 0.25% 0.72% -
HSV(B) 196.67º 0.18% 0.79% -
XYZ 45.24 50.07 63.16 -
YUV 185.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 166 192 202 0.18 0.05 0 0.21 196.67 0.25 0.72
Hex A6 C0 CA 12 5 0 15 C5 19 48
Octal 246 300 312 22 5 0 25 305 31 110
Binary 10100110 11000000 11001010 10010 101 0 10101 11000101 11001 1001000

Color Harmonies of #A6C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C0CA

Black with #A6C0CA

Text Example


Text Example

White with #A6C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C0CA; }

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

 H1.HeaderClassName
 {
   color: #A6C0CA;
 }
 .AnyTagClassName
 {
   color: #A6C0CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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