#AB9AAE

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

Shades of Chatelle #AB9AAE

Tints of Chatelle #AB9AAE

Color information

#AB9AAE (or 0xAB9AAE) is unknown color: approx Chatelle. HEX triplet: AB, 9A and AE. RGB value is (171,154,174). Sum of RGB (Red+Green+Blue) = 171+154+174=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB9AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AAE is #546551. Grayscale: #A1A1A1. Windows color (decimal): -5530962 or 11442859. OLE color: 11442859.

HSL color Cylindrical-coordinate representation of color #AB9AAE: hue angle of 291º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9AAE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171154174-
CMYK0.020.1100.32
HSL291º10.99%64.31%-
HSV(B)291º11.49%68.24%-
XYZ35.9934.8344.87-
YUV161.36135.13134.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=34.27%
G=30.86%
B=34.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711541740.020.1100.3229110.9964.31
HexAB9AAE2B020123b40
Octal25323225621304044313100
Binary101010111001101010101110101011010000010010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AAE; }

 p { color: rgb(171,154,174); }

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

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

 a { background-color: rgb(171,154,174); }

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

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

 span { border-color: rgb(171,154,174); }

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