#ABAAAC

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

Shades of Chatelle #ABAAAC

Tints of Chatelle #ABAAAC

Color information

#ABAAAC (or 0xABAAAC) is unknown color: approx Chatelle. HEX triplet: AB, AA and AC. RGB value is (171,170,172). Sum of RGB (Red+Green+Blue) = 171+170+172=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 172 - color contains mainly: blue. Hex color #ABAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAAC is #545553. Grayscale: #AAAAAA. Windows color (decimal): -5526868 or 11315883. OLE color: 11315883.

HSL color Cylindrical-coordinate representation of color #ABAAAC: hue angle of 270º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ABAAAC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171170172-
CMYK0.010.0100.33
HSL270º1.19%67.06%-
HSV(B)270º1.16%67.45%-
XYZ38.6240.3944.79-
YUV170.53128.83128.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=33.33%
G=33.14%
B=33.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711701720.010.0100.332701.1967.06
HexABAAAC1102110e143
Octal253252254110414161103
Binary10101011101010101010110011010000110000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAAC; }

 p { color: rgb(171,170,172); }

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

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

 a { background-color: rgb(171,170,172); }

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

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

 span { border-color: rgb(171,170,172); }

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