#ACA0B7

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

Shades of Chatelle #ACA0B7

Tints of Chatelle #ACA0B7

Color information

#ACA0B7 (or 0xACA0B7) is unknown color: approx Chatelle. HEX triplet: AC, A0 and B7. RGB value is (172,160,183). Sum of RGB (Red+Green+Blue) = 172+160+183=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 183 - color contains mainly: blue. Hex color #ACA0B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA0B7 is #535F48. Grayscale: #A6A6A6. Windows color (decimal): -5463881 or 12034220. OLE color: 12034220.

HSL color Cylindrical-coordinate representation of color #ACA0B7: hue angle of 271.3º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACA0B7 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172160183-
CMYK0.060.1300.28
HSL271.3º13.77%67.25%-
HSV(B)271.3º12.57%71.76%-
XYZ38.1337.3350-
YUV166.21137.48132.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 183 (71.88% from 255) = 35.53%
R=33.40%
G=31.07%
B=35.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721601830.060.1300.28271.313.7767.25
HexACA0B76D01C10fe43
Octal25424026761503441716103
Binary101011001010000010110111110110101110010000111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0B7; }

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

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

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

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

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

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

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

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