#AB9EAE

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

Shades of Chatelle #AB9EAE

Tints of Chatelle #AB9EAE

Color information

#AB9EAE (or 0xAB9EAE) is unknown color: approx Chatelle. HEX triplet: AB, 9E and AE. RGB value is (171,158,174). Sum of RGB (Red+Green+Blue) = 171+158+174=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB9EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9EAE is #546151. Grayscale: #A3A3A3. Windows color (decimal): -5529938 or 11443883. OLE color: 11443883.

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

Color convert

RGB171158174-
CMYK0.020.0900.32
HSL288.75º8.99%65.1%-
HSV(B)288.75º9.2%68.24%-
XYZ36.6636.1745.09-
YUV163.71133.81133.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=34.00%
G=31.41%
B=34.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711581740.020.0900.32288.758.9965.1
HexAB9EAE29020121941
Octal25323625621104044111101
Binary101010111001111010101110101001010000010010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EAE; }

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

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

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

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

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

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

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

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