Html Css Color HEX #ACB6BF Heather

📋 copy color: '#ACB6BF'

red 172 ◦ green 182 ◦ blue 191

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

Shades of Heather #ACB6BF

Tints of Heather #ACB6BF

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 value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACB6BF (or 0xACB6BF) is known color: 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

RGB 172 182 191 -
CMYK 0.10 0.05 0 0.25
HSL 208.42º 0.13% 0.71% -
HSV(B) 208.42º 0.1% 0.75% -
XYZ 43.15 45.99 55.89 -
YUV 180.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 172 182 191 0.10 0.05 0 0.25 208.42 0.13 0.71
Hex AC B6 BF A 5 0 19 D0 D 47
Octal 254 266 277 12 5 0 31 320 15 107
Binary 10101100 10110110 10111111 1010 101 0 11001 11010000 1101 1000111

Color Harmonies of #ACB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6BF

Black with #ACB6BF

Text Example


Text Example

White with #ACB6BF

Text Example


Text Example

HTML Codes & Css Web 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>