#ACA6AE

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

Shades of Chatelle #ACA6AE

Tints of Chatelle #ACA6AE

Color information

#ACA6AE (or 0xACA6AE) is unknown color: approx Chatelle. HEX triplet: AC, A6 and AE. RGB value is (172,166,174). Sum of RGB (Red+Green+Blue) = 172+166+174=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 174 - color contains mainly: blue. Hex color #ACA6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA6AE is #535951. Grayscale: #A8A8A8. Windows color (decimal): -5462354 or 11445932. OLE color: 11445932.

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

Color convert

RGB172166174-
CMYK0.010.0500.32
HSL285º4.71%66.67%-
HSV(B)285º4.6%68.24%-
XYZ38.2939.145.57-
YUV168.71130.99130.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=33.59%
G=32.42%
B=33.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721661740.010.0500.322854.7166.67
HexACA6AE1502011d543
Octal254246256150404355103
Binary101011001010011010101110110101000001000111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6AE; }

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

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

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

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

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

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

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

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