#ACA0B1

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

Shades of Chatelle #ACA0B1

Tints of Chatelle #ACA0B1

Color information

#ACA0B1 (or 0xACA0B1) is unknown color: approx Chatelle. HEX triplet: AC, A0 and B1. RGB value is (172,160,177). Sum of RGB (Red+Green+Blue) = 172+160+177=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 177 - color contains mainly: blue. Hex color #ACA0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0B1 is #535F4E. Grayscale: #A5A5A5. Windows color (decimal): -5463887 or 11641004. OLE color: 11641004.

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

Color convert

RGB172160177-
CMYK0.030.1000.31
HSL282.35º9.83%66.08%-
HSV(B)282.35º9.6%69.41%-
XYZ37.5237.0946.78-
YUV165.53134.48132.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=33.79%
G=31.43%
B=34.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721601770.030.1000.31282.359.8366.08
HexACA0B13A01F11aa42
Octal25424026131203743212102
Binary10101100101000001011000111101001111110001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0B1; }

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

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

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

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

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

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

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

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