#AC9FAE

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

Shades of Chatelle #AC9FAE

Tints of Chatelle #AC9FAE

Color information

#AC9FAE (or 0xAC9FAE) is unknown color: approx Chatelle. HEX triplet: AC, 9F and AE. RGB value is (172,159,174). Sum of RGB (Red+Green+Blue) = 172+159+174=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC9FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FAE is #536051. Grayscale: #A4A4A4. Windows color (decimal): -5464146 or 11444140. OLE color: 11444140.

HSL color Cylindrical-coordinate representation of color #AC9FAE: hue angle of 292º degrees, saturation: 0.08, 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 #AC9FAE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172159174-
CMYK0.010.0900.32
HSL292º8.47%65.29%-
HSV(B)292º8.62%68.24%-
XYZ37.0536.6245.16-
YUV164.6133.31133.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=34.06%
G=31.49%
B=34.46%

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
Decimal1721591740.010.0900.322928.4765.29
HexAC9FAE19020124841
Octal25423725611104044410101
Binary10101100100111111010111011001010000010010010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FAE; }

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

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

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

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

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

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

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

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