#ACB4BA

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

Shades of Heather #ACB4BA

Tints of Heather #ACB4BA

Color information

#ACB4BA (or 0xACB4BA) is unknown color: approx Heather. HEX triplet: AC, B4 and BA. RGB value is (172,180,186). Sum of RGB (Red+Green+Blue) = 172+180+186=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4BA is #534B45. Grayscale: #B2B2B2. Windows color (decimal): -5458758 or 12235948. OLE color: 12235948.

HSL color Cylindrical-coordinate representation of color #ACB4BA: hue angle of 205.71º 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 #ACB4BA is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172180186-
CMYK0.080.0300.27
HSL205.71º9.21%70.2%-
HSV(B)205.71º7.53%72.94%-
XYZ42.244.9652.91-
YUV178.29132.35123.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=31.97%
G=33.46%
B=34.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721801860.080.0300.27205.719.2170.2
HexACB4BA8301Bce946
Octal25426427210303331611106
Binary1010110010110100101110101000110110111100111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4BA; }

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

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

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

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

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

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

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

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