#ACB6BF

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

Shades of Heather #ACB6BF

Tints of Heather #ACB6BF

Color information

#ACB6BF (or 0xACB6BF) is unknown color: approx Heather. HEX triplet: AC, B6 and BF. RGB value is (172,182,191). Sum of RGB (Red+Green+Blue) = 172+182+191=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6BF is #534940. Grayscale: #B3B3B3. Windows color (decimal): -5458241 or 12564140. OLE color: 12564140.

HSL color Cylindrical-coordinate representation of color #ACB6BF: hue angle of 208.42º degrees, saturation: 0.13, 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 #ACB6BF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172182191-
CMYK0.100.0500.25
HSL208.42º12.93%71.18%-
HSV(B)208.42º9.95%74.9%-
XYZ43.1545.9955.89-
YUV180.04134.19122.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 35.05%
R=31.56%
G=33.39%
B=35.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721821910.100.0500.25208.4212.9371.18
HexACB6BFA5019d0d47
Octal25426627712503132015107
Binary10101100101101101011111110101010110011101000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6BF; }

 p { color: rgb(172,182,191); }

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

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

 a { background-color: rgb(172,182,191); }

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

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

 span { border-color: rgb(172,182,191); }

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