#ACA0B4

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

Shades of Chatelle #ACA0B4

Tints of Chatelle #ACA0B4

Color information

#ACA0B4 (or 0xACA0B4) is unknown color: approx Chatelle. HEX triplet: AC, A0 and B4. RGB value is (172,160,180). Sum of RGB (Red+Green+Blue) = 172+160+180=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: blue. Hex color #ACA0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA0B4 is #535F4B. Grayscale: #A5A5A5. Windows color (decimal): -5463884 or 11837612. OLE color: 11837612.

HSL color Cylindrical-coordinate representation of color #ACA0B4: hue angle of 276º degrees, saturation: 0.12, 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 #ACA0B4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172160180-
CMYK0.040.1100.29
HSL276º11.76%66.67%-
HSV(B)276º11.11%70.59%-
XYZ37.8237.2148.37-
YUV165.87135.98132.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 160 (62.89% from 255) = 31.25%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=33.59%
G=31.25%
B=35.16%

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
Decimal1721601800.040.1100.2927611.7666.67
HexACA0B44B01D114c43
Octal25424026441303542414103
Binary101011001010000010110100100101101110110001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0B4; }

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

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

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

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

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

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

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

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