#AC9CAF

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

Shades of Chatelle #AC9CAF

Tints of Chatelle #AC9CAF

Color information

#AC9CAF (or 0xAC9CAF) is unknown color: approx Chatelle. HEX triplet: AC, 9C and AF. RGB value is (172,156,175). Sum of RGB (Red+Green+Blue) = 172+156+175=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC9CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CAF is #536350. Grayscale: #A2A2A2. Windows color (decimal): -5464913 or 11508908. OLE color: 11508908.

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

Color convert

RGB172156175-
CMYK0.020.1100.31
HSL290.53º10.61%64.9%-
HSV(B)290.53º10.86%68.63%-
XYZ36.6435.6445.51-
YUV162.95134.8134.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=34.19%
G=31.01%
B=34.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721561750.020.1100.31290.5310.6164.9
HexAC9CAF2B01F123b41
Octal25423425721303744313101
Binary10101100100111001010111110101101111110010001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CAF; }

 p { color: rgb(172,156,175); }

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

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

 a { background-color: rgb(172,156,175); }

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

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

 span { border-color: rgb(172,156,175); }

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