#ACA6B3

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

Shades of Chatelle #ACA6B3

Tints of Chatelle #ACA6B3

Color information

#ACA6B3 (or 0xACA6B3) is unknown color: approx Chatelle. HEX triplet: AC, A6 and B3. RGB value is (172,166,179). Sum of RGB (Red+Green+Blue) = 172+166+179=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 179 - color contains mainly: blue. Hex color #ACA6B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6B3 is #53594C. Grayscale: #A9A9A9. Windows color (decimal): -5462349 or 11773612. OLE color: 11773612.

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

Color convert

RGB172166179-
CMYK0.040.0700.30
HSL267.69º7.88%67.65%-
HSV(B)267.69º7.26%70.2%-
XYZ38.7939.348.19-
YUV169.28133.49129.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 179 (70.31% from 255) = 34.62%
R=33.27%
G=32.11%
B=34.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721661790.040.0700.30267.697.8867.65
HexACA6B34701E10c844
Octal2542462634703641410104
Binary10101100101001101011001110011101111010000110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6B3; }

 p { color: rgb(172,166,179); }

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

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

 a { background-color: rgb(172,166,179); }

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

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

 span { border-color: rgb(172,166,179); }

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