#AC9FB4

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

Shades of Chatelle #AC9FB4

Tints of Chatelle #AC9FB4

Color information

#AC9FB4 (or 0xAC9FB4) is unknown color: approx Chatelle. HEX triplet: AC, 9F and B4. RGB value is (172,159,180). Sum of RGB (Red+Green+Blue) = 172+159+180=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC9FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FB4 is #53604B. Grayscale: #A5A5A5. Windows color (decimal): -5464140 or 11837356. OLE color: 11837356.

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

Color convert

RGB172159180-
CMYK0.040.1200.29
HSL277.14º12.28%66.47%-
HSV(B)277.14º11.67%70.59%-
XYZ37.6536.8648.31-
YUV165.28136.31132.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=33.66%
G=31.12%
B=35.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721591800.040.1200.29277.1412.2866.47
HexAC9FB44C01D115c42
Octal25423726441403542514102
Binary101011001001111110110100100110001110110001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FB4; }

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

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

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

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

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

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

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

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