#AC9AB0

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

Shades of Chatelle #AC9AB0

Tints of Chatelle #AC9AB0

Color information

#AC9AB0 (or 0xAC9AB0) is unknown color: approx Chatelle. HEX triplet: AC, 9A and B0. RGB value is (172,154,176). Sum of RGB (Red+Green+Blue) = 172+154+176=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC9AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AB0 is #53654F. Grayscale: #A1A1A1. Windows color (decimal): -5465424 or 11573932. OLE color: 11573932.

HSL color Cylindrical-coordinate representation of color #AC9AB0: hue angle of 289.09º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC9AB0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172154176-
CMYK0.020.1200.31
HSL289.09º12.22%64.71%-
HSV(B)289.09º12.5%69.02%-
XYZ36.4135.0245.91-
YUV161.89135.96135.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 176 (69.14% from 255) = 35.06%
R=34.26%
G=30.68%
B=35.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721541760.020.1200.31289.0912.2264.71
HexAC9AB02C01F121c41
Octal25423226021403744114101
Binary10101100100110101011000010110001111110010000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AB0; }

 p { color: rgb(172,154,176); }

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

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

 a { background-color: rgb(172,154,176); }

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

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

 span { border-color: rgb(172,154,176); }

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