#ACA8AD

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

Shades of Chatelle #ACA8AD

Tints of Chatelle #ACA8AD

Color information

#ACA8AD (or 0xACA8AD) is unknown color: approx Chatelle. HEX triplet: AC, A8 and AD. RGB value is (172,168,173). Sum of RGB (Red+Green+Blue) = 172+168+173=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 173 - color contains mainly: blue. Hex color #ACA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA8AD is #535752. Grayscale: #A9A9A9. Windows color (decimal): -5461843 or 11380908. OLE color: 11380908.

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

Color convert

RGB172168173-
CMYK0.010.0300.32
HSL288º2.96%66.86%-
HSV(B)288º2.89%67.84%-
XYZ38.5639.7945.18-
YUV169.77129.83129.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=33.53%
G=32.75%
B=33.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721681730.010.0300.322882.9666.86
HexACA8AD13020120343
Octal254250255130404403103
Binary1010110010101000101011011110100000100100000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8AD; }

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

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

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

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

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

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

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

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