#AC9FB1

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

Shades of Chatelle #AC9FB1

Tints of Chatelle #AC9FB1

Color information

#AC9FB1 (or 0xAC9FB1) is unknown color: approx Chatelle. HEX triplet: AC, 9F and B1. RGB value is (172,159,177). Sum of RGB (Red+Green+Blue) = 172+159+177=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC9FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FB1 is #53604E. Grayscale: #A4A4A4. Windows color (decimal): -5464143 or 11640748. OLE color: 11640748.

HSL color Cylindrical-coordinate representation of color #AC9FB1: hue angle of 283.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9FB1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172159177-
CMYK0.030.1000.31
HSL283.33º10.34%65.88%-
HSV(B)283.33º10.17%69.41%-
XYZ37.3536.7446.72-
YUV164.94134.81133.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=33.86%
G=31.30%
B=34.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721591770.030.1000.31283.3310.3465.88
HexAC9FB13A01F11ba42
Octal25423726131203743312102
Binary10101100100111111011000111101001111110001101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FB1; }

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

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

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

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

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

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

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

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