#AB9CAE

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

Shades of Chatelle #AB9CAE

Tints of Chatelle #AB9CAE

Color information

#AB9CAE (or 0xAB9CAE) is unknown color: approx Chatelle. HEX triplet: AB, 9C and AE. RGB value is (171,156,174). Sum of RGB (Red+Green+Blue) = 171+156+174=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB9CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CAE is #546351. Grayscale: #A2A2A2. Windows color (decimal): -5530450 or 11443371. OLE color: 11443371.

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

Color convert

RGB171156174-
CMYK0.020.1000.32
HSL290º10%64.71%-
HSV(B)290º10.34%68.24%-
XYZ36.3235.4944.98-
YUV162.54134.47134.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=34.13%
G=31.14%
B=34.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711561740.020.1000.322901064.71
HexAB9CAE2A020122a41
Octal25323425621204044212101
Binary101010111001110010101110101010010000010010001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CAE; }

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

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

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

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

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

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

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

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