#ABA1AD

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

Shades of Chatelle #ABA1AD

Tints of Chatelle #ABA1AD

Color information

#ABA1AD (or 0xABA1AD) is unknown color: approx Chatelle. HEX triplet: AB, A1 and AD. RGB value is (171,161,173). Sum of RGB (Red+Green+Blue) = 171+161+173=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1AD is #545E52. Grayscale: #A5A5A5. Windows color (decimal): -5529171 or 11379115. OLE color: 11379115.

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

Color convert

RGB171161173-
CMYK0.010.0700.32
HSL290º6.82%65.49%-
HSV(B)290º6.94%67.84%-
XYZ37.0837.1644.75-
YUV165.36132.31132.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=33.86%
G=31.88%
B=34.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711611730.010.0700.322906.8265.49
HexABA1AD17020122741
Octal253241255170404427101
Binary101010111010000110101101111101000001001000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA1AD; }

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

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

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

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

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

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

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

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