#AC9EAE

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

Shades of Chatelle #AC9EAE

Tints of Chatelle #AC9EAE

Color information

#AC9EAE (or 0xAC9EAE) is unknown color: approx Chatelle. HEX triplet: AC, 9E and AE. RGB value is (172,158,174). Sum of RGB (Red+Green+Blue) = 172+158+174=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC9EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9EAE is #536151. Grayscale: #A3A3A3. Windows color (decimal): -5464402 or 11443884. OLE color: 11443884.

HSL color Cylindrical-coordinate representation of color #AC9EAE: hue angle of 292.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AC9EAE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172158174-
CMYK0.010.0900.32
HSL292.5º8.99%65.1%-
HSV(B)292.5º9.2%68.24%-
XYZ36.8836.2845.1-
YUV164.01133.64133.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=34.13%
G=31.35%
B=34.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721581740.010.0900.32292.58.9965.1
HexAC9EAE19020125941
Octal25423625611104044511101
Binary10101100100111101010111011001010000010010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EAE; }

 p { color: rgb(172,158,174); }

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

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

 a { background-color: rgb(172,158,174); }

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

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

 span { border-color: rgb(172,158,174); }

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