#AC9DB3

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

Shades of Chatelle #AC9DB3

Tints of Chatelle #AC9DB3

Color information

#AC9DB3 (or 0xAC9DB3) is unknown color: approx Chatelle. HEX triplet: AC, 9D and B3. RGB value is (172,157,179). Sum of RGB (Red+Green+Blue) = 172+157+179=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC9DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DB3 is #53624C. Grayscale: #A3A3A3. Windows color (decimal): -5464653 or 11771308. OLE color: 11771308.

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

Color convert

RGB172157179-
CMYK0.040.1200.30
HSL280.91º12.64%65.88%-
HSV(B)280.91º12.29%70.2%-
XYZ37.2136.1447.66-
YUV163.99136.47133.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 179 (70.31% from 255) = 35.24%
R=33.86%
G=30.91%
B=35.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721571790.040.1200.30280.9112.6465.88
HexAC9DB34C01E119d42
Octal25423526341403643115102
Binary101011001001110110110011100110001111010001100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DB3; }

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

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

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

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

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

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

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

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