#ACA1B4

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

Shades of Chatelle #ACA1B4

Tints of Chatelle #ACA1B4

Color information

#ACA1B4 (or 0xACA1B4) is unknown color: approx Chatelle. HEX triplet: AC, A1 and B4. RGB value is (172,161,180). Sum of RGB (Red+Green+Blue) = 172+161+180=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: blue. Hex color #ACA1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1B4 is #535E4B. Grayscale: #A6A6A6. Windows color (decimal): -5463628 or 11837868. OLE color: 11837868.

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

Color convert

RGB172161180-
CMYK0.040.1100.29
HSL274.74º11.24%66.86%-
HSV(B)274.74º10.56%70.59%-
XYZ3837.5648.43-
YUV166.46135.64131.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 161 (63.28% from 255) = 31.38%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=33.53%
G=31.38%
B=35.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721611800.040.1100.29274.7411.2466.86
HexACA1B44B01D113b43
Octal25424126441303542313103
Binary101011001010000110110100100101101110110001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1B4; }

 p { color: rgb(172,161,180); }

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

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

 a { background-color: rgb(172,161,180); }

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

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

 span { border-color: rgb(172,161,180); }

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