#ACA7AE

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

Shades of Chatelle #ACA7AE

Tints of Chatelle #ACA7AE

Color information

#ACA7AE (or 0xACA7AE) is unknown color: approx Chatelle. HEX triplet: AC, A7 and AE. RGB value is (172,167,174). Sum of RGB (Red+Green+Blue) = 172+167+174=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 174 - color contains mainly: blue. Hex color #ACA7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA7AE is #535851. Grayscale: #A9A9A9. Windows color (decimal): -5462098 or 11446188. OLE color: 11446188.

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

Color convert

RGB172167174-
CMYK0.010.0400.32
HSL282.86º4.14%66.86%-
HSV(B)282.86º4.02%68.24%-
XYZ38.4739.4645.63-
YUV169.29130.66129.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=33.53%
G=32.55%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721671740.010.0400.32282.864.1466.86
HexACA7AE1402011b443
Octal254247256140404334103
Binary101011001010011110101110110001000001000110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7AE; }

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

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

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

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

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

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

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

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