#ABA4AE

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

Shades of Chatelle #ABA4AE

Tints of Chatelle #ABA4AE

Color information

#ABA4AE (or 0xABA4AE) is unknown color: approx Chatelle. HEX triplet: AB, A4 and AE. RGB value is (171,164,174). Sum of RGB (Red+Green+Blue) = 171+164+174=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 174 - color contains mainly: blue. Hex color #ABA4AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA4AE is #545B51. Grayscale: #A7A7A7. Windows color (decimal): -5528402 or 11445419. OLE color: 11445419.

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

Color convert

RGB171164174-
CMYK0.020.0600.32
HSL282º5.81%66.27%-
HSV(B)282º5.75%68.24%-
XYZ37.7138.2645.44-
YUV167.23131.82130.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=33.60%
G=32.22%
B=34.18%

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
Decimal1711641740.020.0600.322825.8166.27
HexABA4AE2602011a642
Octal253244256260404326102
Binary1010101110100100101011101011001000001000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4AE; }

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

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

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

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

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

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

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

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