#ABA8AE

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

Shades of Chatelle #ABA8AE

Tints of Chatelle #ABA8AE

Color information

#ABA8AE (or 0xABA8AE) is unknown color: approx Chatelle. HEX triplet: AB, A8 and AE. RGB value is (171,168,174). Sum of RGB (Red+Green+Blue) = 171+168+174=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 174 - color contains mainly: blue. Hex color #ABA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8AE is #545751. Grayscale: #A9A9A9. Windows color (decimal): -5527378 or 11446443. OLE color: 11446443.

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

Color convert

RGB171168174-
CMYK0.020.0300.32
HSL270º3.57%67.06%-
HSV(B)270º3.45%68.24%-
XYZ38.4439.7245.69-
YUV169.58130.49129.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=33.33%
G=32.75%
B=33.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711681740.020.0300.322703.5767.06
HexABA8AE2302010e443
Octal253250256230404164103
Binary101010111010100010101110101101000001000011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8AE; }

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

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

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

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

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

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

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

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