#AC9FB6

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

Shades of Chatelle #AC9FB6

Tints of Chatelle #AC9FB6

Color information

#AC9FB6 (or 0xAC9FB6) is unknown color: approx Chatelle. HEX triplet: AC, 9F and B6. RGB value is (172,159,182). Sum of RGB (Red+Green+Blue) = 172+159+182=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC9FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FB6 is #536049. Grayscale: #A5A5A5. Windows color (decimal): -5464138 or 11968428. OLE color: 11968428.

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

Color convert

RGB172159182-
CMYK0.050.1300.29
HSL273.91º13.61%66.86%-
HSV(B)273.91º12.64%71.37%-
XYZ37.8536.9449.39-
YUV165.51137.31132.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=33.53%
G=30.99%
B=35.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721591820.050.1300.29273.9113.6166.86
HexAC9FB65D01D112e43
Octal25423726651503542216103
Binary101011001001111110110110101110101110110001001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FB6; }

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

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

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

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

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

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

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

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