#ACA4B1

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

Shades of Chatelle #ACA4B1

Tints of Chatelle #ACA4B1

Color information

#ACA4B1 (or 0xACA4B1) is unknown color: approx Chatelle. HEX triplet: AC, A4 and B1. RGB value is (172,164,177). Sum of RGB (Red+Green+Blue) = 172+164+177=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 177 - color contains mainly: blue. Hex color #ACA4B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA4B1 is #535B4E. Grayscale: #A7A7A7. Windows color (decimal): -5462863 or 11642028. OLE color: 11642028.

HSL color Cylindrical-coordinate representation of color #ACA4B1: hue angle of 276.92º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACA4B1 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172164177-
CMYK0.030.0700.31
HSL276.92º7.69%66.86%-
HSV(B)276.92º7.34%69.41%-
XYZ38.2238.547.01-
YUV167.87133.15130.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=33.53%
G=31.97%
B=34.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721641770.030.0700.31276.927.6966.86
HexACA4B13701F115843
Octal2542442613703742510103
Binary1010110010100100101100011111101111110001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4B1; }

 p { color: rgb(172,164,177); }

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

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

 a { background-color: rgb(172,164,177); }

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

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

 span { border-color: rgb(172,164,177); }

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