#ACA9AD

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

Shades of Chatelle #ACA9AD

Tints of Chatelle #ACA9AD

Color information

#ACA9AD (or 0xACA9AD) is unknown color: approx Chatelle. HEX triplet: AC, A9 and AD. RGB value is (172,169,173). Sum of RGB (Red+Green+Blue) = 172+169+173=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 173 - color contains mainly: blue. Hex color #ACA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA9AD is #535652. Grayscale: #AAAAAA. Windows color (decimal): -5461587 or 11381164. OLE color: 11381164.

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

Color convert

RGB172169173-
CMYK0.010.0200.32
HSL285º2.38%67.06%-
HSV(B)285º2.31%67.84%-
XYZ38.7440.1645.25-
YUV170.35129.49129.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=33.46%
G=32.88%
B=33.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721691730.010.0200.322852.3867.06
HexACA9AD1202011d243
Octal254251255120404352103
Binary1010110010101001101011011100100000100011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9AD; }

 p { color: rgb(172,169,173); }

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

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

 a { background-color: rgb(172,169,173); }

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

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

 span { border-color: rgb(172,169,173); }

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