#AC9FAF

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

Shades of Chatelle #AC9FAF

Tints of Chatelle #AC9FAF

Color information

#AC9FAF (or 0xAC9FAF) is unknown color: approx Chatelle. HEX triplet: AC, 9F and AF. RGB value is (172,159,175). Sum of RGB (Red+Green+Blue) = 172+159+175=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC9FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FAF is #536050. Grayscale: #A4A4A4. Windows color (decimal): -5464145 or 11509676. OLE color: 11509676.

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

Color convert

RGB172159175-
CMYK0.020.0900.31
HSL288.75º9.09%65.49%-
HSV(B)288.75º9.14%68.63%-
XYZ37.1536.6645.68-
YUV164.71133.81133.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=33.99%
G=31.42%
B=34.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721591750.020.0900.31288.759.0965.49
HexAC9FAF2901F121941
Octal25423725721103744111101
Binary10101100100111111010111110100101111110010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FAF; }

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

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

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

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

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

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

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

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