#A0BAC4

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

Shades of Heather #A0BAC4

Tints of Heather #A0BAC4

Color information

#A0BAC4 (or 0xA0BAC4) is unknown color: approx Heather. HEX triplet: A0, BA and C4. RGB value is (160,186,196). Sum of RGB (Red+Green+Blue) = 160+186+196=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 196 - color contains mainly: blue. Hex color #A0BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BAC4 is #5F453B. Grayscale: #B3B3B3. Windows color (decimal): -6243644 or 12892832. OLE color: 12892832.

HSL color Cylindrical-coordinate representation of color #A0BAC4: hue angle of 196.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0BAC4 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB160186196-
CMYK0.180.0500.23
HSL196.67º23.38%69.8%-
HSV(B)196.67º18.37%76.86%-
XYZ42.0246.5859-
YUV179.37137.39114.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.52%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=29.52%
G=34.32%
B=36.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601861960.180.0500.23196.6723.3869.8
HexA0BAC4125017c51746
Octal24027230422502730527106
Binary1010000010111010110001001001010101011111000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAC4; }

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

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

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

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

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

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

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

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