#ACA5B4

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

Shades of Chatelle #ACA5B4

Tints of Chatelle #ACA5B4

Color information

#ACA5B4 (or 0xACA5B4) is unknown color: approx Chatelle. HEX triplet: AC, A5 and B4. RGB value is (172,165,180). Sum of RGB (Red+Green+Blue) = 172+165+180=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: blue. Hex color #ACA5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5B4 is #535A4B. Grayscale: #A8A8A8. Windows color (decimal): -5462604 or 11838892. OLE color: 11838892.

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

Color convert

RGB172165180-
CMYK0.040.0800.29
HSL268º9.09%67.65%-
HSV(B)268º8.33%70.59%-
XYZ38.7138.9848.66-
YUV168.8134.32130.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=33.27%
G=31.91%
B=34.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721651800.040.0800.292689.0967.65
HexACA5B44801D10c944
Octal25424526441003541411104
Binary101011001010010110110100100100001110110000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5B4; }

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

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

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

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

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

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

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

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