#ABA4AC

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

Shades of Chatelle #ABA4AC

Tints of Chatelle #ABA4AC

Color information

#ABA4AC (or 0xABA4AC) is unknown color: approx Chatelle. HEX triplet: AB, A4 and AC. RGB value is (171,164,172). Sum of RGB (Red+Green+Blue) = 171+164+172=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 172 - color contains mainly: blue. Hex color #ABA4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA4AC is #545B53. Grayscale: #A6A6A6. Windows color (decimal): -5528404 or 11314347. OLE color: 11314347.

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

Color convert

RGB171164172-
CMYK0.010.0500.33
HSL292.5º4.6%65.88%-
HSV(B)292.5º4.65%67.45%-
XYZ37.5238.1944.42-
YUV167130.82130.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=33.73%
G=32.35%
B=33.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711641720.010.0500.33292.54.665.88
HexABA4AC15021125542
Octal253244254150414455102
Binary101010111010010010101100110101000011001001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4AC; }

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

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

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

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

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

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

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

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