#ACA8AE

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

Shades of Chatelle #ACA8AE

Tints of Chatelle #ACA8AE

Color information

#ACA8AE (or 0xACA8AE) is unknown color: approx Chatelle. HEX triplet: AC, A8 and AE. RGB value is (172,168,174). Sum of RGB (Red+Green+Blue) = 172+168+174=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 174 - color contains mainly: blue. Hex color #ACA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA8AE is #535751. Grayscale: #A9A9A9. Windows color (decimal): -5461842 or 11446444. OLE color: 11446444.

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

Color convert

RGB172168174-
CMYK0.010.0300.32
HSL280º3.57%67.06%-
HSV(B)280º3.45%68.24%-
XYZ38.6639.8345.7-
YUV169.88130.33129.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 168 (66.02% from 255) = 32.68%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=33.46%
G=32.68%
B=33.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721681740.010.0300.322803.5767.06
HexACA8AE13020118443
Octal254250256130404304103
Binary10101100101010001010111011101000001000110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8AE; }

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

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

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

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

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

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

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

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