#ACA1AE

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

Shades of Chatelle #ACA1AE

Tints of Chatelle #ACA1AE

Color information

#ACA1AE (or 0xACA1AE) is unknown color: approx Chatelle. HEX triplet: AC, A1 and AE. RGB value is (172,161,174). Sum of RGB (Red+Green+Blue) = 172+161+174=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 174 - color contains mainly: blue. Hex color #ACA1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA1AE is #535E51. Grayscale: #A5A5A5. Windows color (decimal): -5463634 or 11444652. OLE color: 11444652.

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

Color convert

RGB172161174-
CMYK0.010.0700.32
HSL290.77º7.43%65.69%-
HSV(B)290.77º7.47%68.24%-
XYZ37.437.3245.28-
YUV165.77132.64132.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=33.93%
G=31.76%
B=34.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721611740.010.0700.32290.777.4365.69
HexACA1AE17020123742
Octal254241256170404437102
Binary101011001010000110101110111101000001001000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1AE; }

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

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

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

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

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

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

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

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