#ACADAE

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

Shades of Grey Chateau #ACADAE

Tints of Grey Chateau #ACADAE

Color information

#ACADAE (or 0xACADAE) is unknown color: approx Grey Chateau. HEX triplet: AC, AD and AE. RGB value is (172,173,174). Sum of RGB (Red+Green+Blue) = 172+173+174=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 174 - color contains mainly: blue. Hex color #ACADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADAE is #535251. Grayscale: #ACACAC. Windows color (decimal): -5460562 or 11447724. OLE color: 11447724.

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

Color convert

RGB172173174-
CMYK0.010.0100.32
HSL210º1.22%67.84%-
HSV(B)210º1.15%68.24%-
XYZ39.641.7146.01-
YUV172.82128.67127.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=33.14%
G=33.33%
B=33.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731740.010.0100.322101.2267.84
HexACADAE11020d2144
Octal254255256110403221104
Binary1010110010101101101011101101000001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADAE; }

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

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

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

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

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

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

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

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