#ABA0AD

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

Shades of Chatelle #ABA0AD

Tints of Chatelle #ABA0AD

Color information

#ABA0AD (or 0xABA0AD) is unknown color: approx Chatelle. HEX triplet: AB, A0 and AD. RGB value is (171,160,173). Sum of RGB (Red+Green+Blue) = 171+160+173=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA0AD is #545F52. Grayscale: #A4A4A4. Windows color (decimal): -5529427 or 11378859. OLE color: 11378859.

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

Color convert

RGB171160173-
CMYK0.010.0800.32
HSL290.77º7.34%65.29%-
HSV(B)290.77º7.51%67.84%-
XYZ36.9136.8244.7-
YUV164.77132.64132.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=33.93%
G=31.75%
B=34.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711601730.010.0800.32290.777.3465.29
HexABA0AD18020123741
Octal2532402551100404437101
Binary1010101110100000101011011100001000001001000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0AD; }

 p { color: rgb(171,160,173); }

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

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

 a { background-color: rgb(171,160,173); }

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

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

 span { border-color: rgb(171,160,173); }

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