#ACBAC1

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

Shades of Heather #ACBAC1

Tints of Heather #ACBAC1

Color information

#ACBAC1 (or 0xACBAC1) is unknown color: approx Heather. HEX triplet: AC, BA and C1. RGB value is (172,186,193). Sum of RGB (Red+Green+Blue) = 172+186+193=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAC1 is #53453E. Grayscale: #B6B6B6. Windows color (decimal): -5457215 or 12696236. OLE color: 12696236.

HSL color Cylindrical-coordinate representation of color #ACBAC1: hue angle of 200º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACBAC1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172186193-
CMYK0.110.0400.24
HSL200º14.48%71.57%-
HSV(B)200º10.88%75.69%-
XYZ44.247.7457.34-
YUV182.61133.86120.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=31.22%
G=33.76%
B=35.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721861930.110.0400.2420014.4871.57
HexACBAC1B4018c8e48
Octal25427230113403031016110
Binary10101100101110101100000110111000110001100100011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAC1; }

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

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

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

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

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

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

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

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