#ABA6AC

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

Shades of Chatelle #ABA6AC

Tints of Chatelle #ABA6AC

Color information

#ABA6AC (or 0xABA6AC) is unknown color: approx Chatelle. HEX triplet: AB, A6 and AC. RGB value is (171,166,172). Sum of RGB (Red+Green+Blue) = 171+166+172=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 172 - color contains mainly: blue. Hex color #ABA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6AC is #545953. Grayscale: #A8A8A8. Windows color (decimal): -5527892 or 11314859. OLE color: 11314859.

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

Color convert

RGB171166172-
CMYK0.010.0300.33
HSL290º3.49%66.27%-
HSV(B)290º3.49%67.45%-
XYZ37.8838.9144.54-
YUV168.18130.16130.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=33.60%
G=32.61%
B=33.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711661720.010.0300.332903.4966.27
HexABA6AC13021122342
Octal253246254130414423102
Binary1010101110100110101011001110100001100100010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6AC; }

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

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

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

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

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

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

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

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