Html Css Color HEX #ACB3BA Heather

📋 copy color: '#ACB3BA'

red 172 ◦ green 179 ◦ blue 186

#ACB3BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #ACB3BA

Tints of Heather #ACB3BA

RGB

 RED value IS 172 (67.58% from 255) = 32.03%

 GREEN value IS 179 (70.31% from 255) = 33.33%

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 32.03%
G = 33.33%
B = 34.64%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ACB3BA (or 0xACB3BA) is known color: Heather. HEX triplet: AC, B3 and BA. RGB value is (172,179,186). Sum of RGB (Red+Green+Blue) = 172+179+186=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACB3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3BA is #534C45. Grayscale: #B1B1B1. Windows color (decimal): -5459014 or 12235692. OLE color: 12235692.

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

Color convert

RGB 172 179 186 -
CMYK 0.08 0.04 0 0.27
HSL 210º 0.09% 0.7% -
HSV(B) 210º 0.08% 0.73% -
XYZ 42 44.56 52.84 -
YUV 177.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 172 179 186 0.08 0.04 0 0.27 210 0.09 0.7
Hex AC B3 BA 8 4 0 1B D2 9 46
Octal 254 263 272 10 4 0 33 322 11 106
Binary 10101100 10110011 10111010 1000 100 0 11011 11010010 1001 1000110

Color Harmonies of #ACB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3BA

Black with #ACB3BA

Text Example


Text Example

White with #ACB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3BA; }

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

 H1.HeaderClassName
 {
   color: #ACB3BA;
 }
 .AnyTagClassName
 {
   color: #ACB3BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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