#ACA3AE

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

Shades of Chatelle #ACA3AE

Tints of Chatelle #ACA3AE

Color information

#ACA3AE (or 0xACA3AE) is unknown color: approx Chatelle. HEX triplet: AC, A3 and AE. RGB value is (172,163,174). Sum of RGB (Red+Green+Blue) = 172+163+174=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 174 - color contains mainly: blue. Hex color #ACA3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA3AE is #535C51. Grayscale: #A6A6A6. Windows color (decimal): -5463122 or 11445164. OLE color: 11445164.

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

Color convert

RGB172163174-
CMYK0.010.0600.32
HSL289.09º6.36%66.08%-
HSV(B)289.09º6.32%68.24%-
XYZ37.7538.0245.39-
YUV166.94131.98131.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=33.79%
G=32.02%
B=34.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721631740.010.0600.32289.096.3666.08
HexACA3AE16020121642
Octal254243256160404416102
Binary101011001010001110101110111001000001001000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3AE; }

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

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

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

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

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

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

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

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