#AC9BB0

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

Shades of Chatelle #AC9BB0

Tints of Chatelle #AC9BB0

Color information

#AC9BB0 (or 0xAC9BB0) is unknown color: approx Chatelle. HEX triplet: AC, 9B and B0. RGB value is (172,155,176). Sum of RGB (Red+Green+Blue) = 172+155+176=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC9BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BB0 is #53644F. Grayscale: #A2A2A2. Windows color (decimal): -5465168 or 11574188. OLE color: 11574188.

HSL color Cylindrical-coordinate representation of color #AC9BB0: hue angle of 288.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC9BB0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172155176-
CMYK0.020.1200.31
HSL288.57º11.73%64.9%-
HSV(B)288.57º11.93%69.02%-
XYZ36.5735.3545.97-
YUV162.48135.63134.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 176 (69.14% from 255) = 34.99%
R=34.19%
G=30.82%
B=34.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721551760.020.1200.31288.5711.7364.9
HexAC9BB02C01F121c41
Octal25423326021403744114101
Binary10101100100110111011000010110001111110010000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BB0; }

 p { color: rgb(172,155,176); }

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

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

 a { background-color: rgb(172,155,176); }

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

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

 span { border-color: rgb(172,155,176); }

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