#ACB3BA

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

Shades of Heather #ACB3BA

Tints of Heather #ACB3BA

Color information

#ACB3BA (or 0xACB3BA) is unknown color: approx Heather. HEX triplet: AC, B3 and BA. RGB value is (172,179,186). Sum of RGB (Red+Green+Blue) = 172+179+186=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACB3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3BA is #534C45. Grayscale: #B1B1B1. Windows color (decimal): -5459014 or 12235692. OLE color: 12235692.

HSL color Cylindrical-coordinate representation of color #ACB3BA: hue angle of 210º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB3BA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172179186-
CMYK0.080.0400.27
HSL210º9.21%70.2%-
HSV(B)210º7.53%72.94%-
XYZ4244.5652.84-
YUV177.7132.68123.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 179 (70.31% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=32.03%
G=33.33%
B=34.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721791860.080.0400.272109.2170.2
HexACB3BA8401Bd2946
Octal25426327210403332211106
Binary10101100101100111011101010001000110111101001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3BA; }

 p { color: rgb(172,179,186); }

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

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

 a { background-color: rgb(172,179,186); }

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

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

 span { border-color: rgb(172,179,186); }

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