#ACA2AE

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

Shades of Chatelle #ACA2AE

Tints of Chatelle #ACA2AE

Color information

#ACA2AE (or 0xACA2AE) is unknown color: approx Chatelle. HEX triplet: AC, A2 and AE. RGB value is (172,162,174). Sum of RGB (Red+Green+Blue) = 172+162+174=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 174 - color contains mainly: blue. Hex color #ACA2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA2AE is #535D51. Grayscale: #A6A6A6. Windows color (decimal): -5463378 or 11444908. OLE color: 11444908.

HSL color Cylindrical-coordinate representation of color #ACA2AE: hue angle of 290º 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 #ACA2AE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172162174-
CMYK0.010.0700.32
HSL290º6.9%65.88%-
HSV(B)290º6.9%68.24%-
XYZ37.5737.6745.33-
YUV166.36132.31132.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 162 (63.67% from 255) = 31.89%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=33.86%
G=31.89%
B=34.25%

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
Decimal1721621740.010.0700.322906.965.88
HexACA2AE17020122742
Octal254242256170404427102
Binary101011001010001010101110111101000001001000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2AE; }

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

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

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

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

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

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

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

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