#A0BACA

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

Shades of Heather #A0BACA

Tints of Heather #A0BACA

Color information

#A0BACA (or 0xA0BACA) is unknown color: approx Heather. HEX triplet: A0, BA and CA. RGB value is (160,186,202). Sum of RGB (Red+Green+Blue) = 160+186+202=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BACA is #5F4535. Grayscale: #B3B3B3. Windows color (decimal): -6243638 or 13286048. OLE color: 13286048.

HSL color Cylindrical-coordinate representation of color #A0BACA: hue angle of 202.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0BACA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160186202-
CMYK0.210.0800.21
HSL202.86º28.38%70.98%-
HSV(B)202.86º20.79%79.22%-
XYZ42.7246.8662.67-
YUV180.05140.39113.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.20%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=29.20%
G=33.94%
B=36.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601862020.210.0800.21202.8628.3870.98
HexA0BACA158015cb1c47
Octal240272312251002531334107
Binary10100000101110101100101010101100001010111001011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BACA; }

 p { color: rgb(160,186,202); }

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

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

 a { background-color: rgb(160,186,202); }

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

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

 span { border-color: rgb(160,186,202); }

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