#ABA1AE

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

Shades of Chatelle #ABA1AE

Tints of Chatelle #ABA1AE

Color information

#ABA1AE (or 0xABA1AE) is unknown color: approx Chatelle. HEX triplet: AB, A1 and AE. RGB value is (171,161,174). Sum of RGB (Red+Green+Blue) = 171+161+174=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 174 - color contains mainly: blue. Hex color #ABA1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1AE is #545E51. Grayscale: #A5A5A5. Windows color (decimal): -5529170 or 11444651. OLE color: 11444651.

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

Color convert

RGB171161174-
CMYK0.020.0700.32
HSL286.15º7.43%65.69%-
HSV(B)286.15º7.47%68.24%-
XYZ37.1837.245.27-
YUV165.47132.81131.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=33.79%
G=31.82%
B=34.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711611740.020.0700.32286.157.4365.69
HexABA1AE2702011e742
Octal253241256270404367102
Binary1010101110100001101011101011101000001000111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA1AE; }

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

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

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

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

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

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

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

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