#ABA3AD

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

Shades of Chatelle #ABA3AD

Tints of Chatelle #ABA3AD

Color information

#ABA3AD (or 0xABA3AD) is unknown color: approx Chatelle. HEX triplet: AB, A3 and AD. RGB value is (171,163,173). Sum of RGB (Red+Green+Blue) = 171+163+173=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA3AD is #545C52. Grayscale: #A6A6A6. Windows color (decimal): -5528659 or 11379627. OLE color: 11379627.

HSL color Cylindrical-coordinate representation of color #ABA3AD: hue angle of 288º 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 #ABA3AD is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171163173-
CMYK0.010.0600.32
HSL288º5.75%65.88%-
HSV(B)288º5.78%67.84%-
XYZ37.4337.8744.87-
YUV166.53131.65131.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=33.73%
G=32.15%
B=34.12%

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
Decimal1711631730.010.0600.322885.7565.88
HexABA3AD16020120642
Octal253243255160404406102
Binary101010111010001110101101111001000001001000001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3AD; }

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

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

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

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

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

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

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

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