#ACBAC6

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

Shades of Heather #ACBAC6

Tints of Heather #ACBAC6

Color information

#ACBAC6 (or 0xACBAC6) is unknown color: approx Heather. HEX triplet: AC, BA and C6. RGB value is (172,186,198). Sum of RGB (Red+Green+Blue) = 172+186+198=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACBAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAC6 is #534539. Grayscale: #B7B7B7. Windows color (decimal): -5457210 or 13023916. OLE color: 13023916.

HSL color Cylindrical-coordinate representation of color #ACBAC6: hue angle of 207.69º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACBAC6 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172186198-
CMYK0.130.0600.22
HSL207.69º18.57%72.55%-
HSV(B)207.69º13.13%77.65%-
XYZ44.7747.9760.33-
YUV183.18136.36120.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 198 (77.73% from 255) = 35.61%
R=30.94%
G=33.45%
B=35.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721861980.130.0600.22207.6918.5772.55
HexACBAC6D6016d01349
Octal25427230615602632023111
Binary101011001011101011000110110111001011011010000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAC6; }

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

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

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

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

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

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

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

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