#ABA3AE

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

Shades of Chatelle #ABA3AE

Tints of Chatelle #ABA3AE

Color information

#ABA3AE (or 0xABA3AE) is unknown color: approx Chatelle. HEX triplet: AB, A3 and AE. RGB value is (171,163,174). Sum of RGB (Red+Green+Blue) = 171+163+174=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 174 - color contains mainly: blue. Hex color #ABA3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA3AE is #545C51. Grayscale: #A6A6A6. Windows color (decimal): -5528658 or 11445163. OLE color: 11445163.

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

Color convert

RGB171163174-
CMYK0.020.0600.32
HSL283.64º6.36%66.08%-
HSV(B)283.64º6.32%68.24%-
XYZ37.5337.9145.38-
YUV166.65132.15131.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=33.66%
G=32.09%
B=34.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711631740.020.0600.32283.646.3666.08
HexABA3AE2602011c642
Octal253243256260404346102
Binary1010101110100011101011101011001000001000111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3AE; }

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

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

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

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

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

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

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

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