#ABA9AD

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

Shades of Chatelle #ABA9AD

Tints of Chatelle #ABA9AD

Color information

#ABA9AD (or 0xABA9AD) is unknown color: approx Chatelle. HEX triplet: AB, A9 and AD. RGB value is (171,169,173). Sum of RGB (Red+Green+Blue) = 171+169+173=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA9AD is #545652. Grayscale: #AAAAAA. Windows color (decimal): -5527123 or 11381163. OLE color: 11381163.

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

Color convert

RGB171169173-
CMYK0.010.0200.32
HSL270º2.38%67.06%-
HSV(B)270º2.31%67.84%-
XYZ38.5340.0545.24-
YUV170.05129.66128.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=33.33%
G=32.94%
B=33.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711691730.010.0200.322702.3867.06
HexABA9AD1202010e243
Octal253251255120404162103
Binary1010101110101001101011011100100000100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9AD; }

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

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

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

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

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

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

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

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