#ACBAC0

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

Shades of Heather #ACBAC0

Tints of Heather #ACBAC0

Color information

#ACBAC0 (or 0xACBAC0) is unknown color: approx Heather. HEX triplet: AC, BA and C0. RGB value is (172,186,192). Sum of RGB (Red+Green+Blue) = 172+186+192=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAC0 is #53453F. Grayscale: #B6B6B6. Windows color (decimal): -5457216 or 12630700. OLE color: 12630700.

HSL color Cylindrical-coordinate representation of color #ACBAC0: hue angle of 198º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBAC0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172186192-
CMYK0.100.0300.25
HSL198º13.7%71.37%-
HSV(B)198º10.42%75.29%-
XYZ44.0947.6956.75-
YUV182.5133.36120.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=31.27%
G=33.82%
B=34.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721861920.100.0300.2519813.771.37
HexACBAC0A3019c6e47
Octal25427230012303130616107
Binary1010110010111010110000001010110110011100011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAC0; }

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

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

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

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

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

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

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

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