#ACA4AD

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

Shades of Chatelle #ACA4AD

Tints of Chatelle #ACA4AD

Color information

#ACA4AD (or 0xACA4AD) is unknown color: approx Chatelle. HEX triplet: AC, A4 and AD. RGB value is (172,164,173). Sum of RGB (Red+Green+Blue) = 172+164+173=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 173 - color contains mainly: blue. Hex color #ACA4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA4AD is #535B52. Grayscale: #A7A7A7. Windows color (decimal): -5462867 or 11379884. OLE color: 11379884.

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

Color convert

RGB172164173-
CMYK0.010.0500.32
HSL293.33º5.2%66.08%-
HSV(B)293.33º5.2%67.84%-
XYZ37.8338.3444.94-
YUV167.42131.15131.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=33.79%
G=32.22%
B=33.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721641730.010.0500.32293.335.266.08
HexACA4AD15020125542
Octal254244255150404455102
Binary101011001010010010101101110101000001001001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4AD; }

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

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

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

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

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

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

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

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