#ABA2AD

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

Shades of Chatelle #ABA2AD

Tints of Chatelle #ABA2AD

Color information

#ABA2AD (or 0xABA2AD) is unknown color: approx Chatelle. HEX triplet: AB, A2 and AD. RGB value is (171,162,173). Sum of RGB (Red+Green+Blue) = 171+162+173=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA2AD is #545D52. Grayscale: #A5A5A5. Windows color (decimal): -5528915 or 11379371. OLE color: 11379371.

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

Color convert

RGB171162173-
CMYK0.010.0600.32
HSL289.09º6.29%65.69%-
HSV(B)289.09º6.36%67.84%-
XYZ37.2637.5244.81-
YUV165.94131.98131.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=33.79%
G=32.02%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711621730.010.0600.32289.096.2965.69
HexABA2AD16020121642
Octal253242255160404416102
Binary101010111010001010101101111001000001001000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2AD; }

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

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

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

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

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

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

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

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