#AC9DB5

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

Shades of Chatelle #AC9DB5

Tints of Chatelle #AC9DB5

Color information

#AC9DB5 (or 0xAC9DB5) is unknown color: approx Chatelle. HEX triplet: AC, 9D and B5. RGB value is (172,157,181). Sum of RGB (Red+Green+Blue) = 172+157+181=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC9DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DB5 is #53624A. Grayscale: #A4A4A4. Windows color (decimal): -5464651 or 11902380. OLE color: 11902380.

HSL color Cylindrical-coordinate representation of color #AC9DB5: hue angle of 277.5º 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 #AC9DB5 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172157181-
CMYK0.050.1300.29
HSL277.5º13.95%66.27%-
HSV(B)277.5º13.26%70.98%-
XYZ37.4136.2248.74-
YUV164.22137.47133.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=33.73%
G=30.78%
B=35.49%

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
Decimal1721571810.050.1300.29277.513.9566.27
HexAC9DB55D01D116e42
Octal25423526551503542616102
Binary101011001001110110110101101110101110110001011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DB5; }

 p { color: rgb(172,157,181); }

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

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

 a { background-color: rgb(172,157,181); }

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

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

 span { border-color: rgb(172,157,181); }

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