#AC9DAF

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

Shades of Chatelle #AC9DAF

Tints of Chatelle #AC9DAF

Color information

#AC9DAF (or 0xAC9DAF) is unknown color: approx Chatelle. HEX triplet: AC, 9D and AF. RGB value is (172,157,175). Sum of RGB (Red+Green+Blue) = 172+157+175=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC9DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DAF is #536250. Grayscale: #A3A3A3. Windows color (decimal): -5464657 or 11509164. OLE color: 11509164.

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

Color convert

RGB172157175-
CMYK0.020.1000.31
HSL290º10.11%65.1%-
HSV(B)290º10.29%68.63%-
XYZ36.8135.9845.56-
YUV163.54134.47134.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=34.13%
G=31.15%
B=34.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721571750.020.1000.3129010.1165.1
HexAC9DAF2A01F122a41
Octal25423525721203744212101
Binary10101100100111011010111110101001111110010001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DAF; }

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

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

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

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

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

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

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

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