#ACAAAD

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

Shades of Chatelle #ACAAAD

Tints of Chatelle #ACAAAD

Color information

#ACAAAD (or 0xACAAAD) is unknown color: approx Chatelle. HEX triplet: AC, AA and AD. RGB value is (172,170,173). Sum of RGB (Red+Green+Blue) = 172+170+173=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 173 - color contains mainly: blue. Hex color #ACAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAAD is #535552. Grayscale: #AAAAAA. Windows color (decimal): -5461331 or 11381420. OLE color: 11381420.

HSL color Cylindrical-coordinate representation of color #ACAAAD: hue angle of 280º 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 #ACAAAD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172170173-
CMYK0.010.0200.32
HSL280º1.8%67.25%-
HSV(B)280º1.73%67.84%-
XYZ38.9340.5445.31-
YUV170.94129.16128.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=33.40%
G=33.01%
B=33.59%

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
Decimal1721701730.010.0200.322801.867.25
HexACAAAD12020118243
Octal254252255120404302103
Binary1010110010101010101011011100100000100011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAAD; }

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

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

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

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

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

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

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

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