#ACA3B2

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

Shades of Chatelle #ACA3B2

Tints of Chatelle #ACA3B2

Color information

#ACA3B2 (or 0xACA3B2) is unknown color: approx Chatelle. HEX triplet: AC, A3 and B2. RGB value is (172,163,178). Sum of RGB (Red+Green+Blue) = 172+163+178=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 178 - color contains mainly: blue. Hex color #ACA3B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA3B2 is #535C4D. Grayscale: #A7A7A7. Windows color (decimal): -5463118 or 11707308. OLE color: 11707308.

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

Color convert

RGB172163178-
CMYK0.030.0800.30
HSL276º8.88%66.86%-
HSV(B)276º8.43%69.8%-
XYZ38.1538.1847.48-
YUV167.4133.98131.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=33.53%
G=31.77%
B=34.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721631780.030.0800.302768.8866.86
HexACA3B23801E114943
Octal25424326231003642411103
Binary10101100101000111011001011100001111010001010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3B2; }

 p { color: rgb(172,163,178); }

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

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

 a { background-color: rgb(172,163,178); }

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

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

 span { border-color: rgb(172,163,178); }

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