#AC9CB4

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

Shades of Chatelle #AC9CB4

Tints of Chatelle #AC9CB4

Color information

#AC9CB4 (or 0xAC9CB4) is unknown color: approx Chatelle. HEX triplet: AC, 9C and B4. RGB value is (172,156,180). Sum of RGB (Red+Green+Blue) = 172+156+180=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC9CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CB4 is #53634B. Grayscale: #A3A3A3. Windows color (decimal): -5464908 or 11836588. OLE color: 11836588.

HSL color Cylindrical-coordinate representation of color #AC9CB4: hue angle of 280º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC9CB4 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172156180-
CMYK0.040.1300.29
HSL280º13.79%65.88%-
HSV(B)280º13.33%70.59%-
XYZ37.1435.8448.14-
YUV163.52137.3134.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=33.86%
G=30.71%
B=35.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721561800.040.1300.2928013.7965.88
HexAC9CB44D01D118e42
Octal25423426441503543016102
Binary101011001001110010110100100110101110110001100011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CB4; }

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

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

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

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

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

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

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

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