#ABA4AD

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

Shades of Chatelle #ABA4AD

Tints of Chatelle #ABA4AD

Color information

#ABA4AD (or 0xABA4AD) is unknown color: approx Chatelle. HEX triplet: AB, A4 and AD. RGB value is (171,164,173). Sum of RGB (Red+Green+Blue) = 171+164+173=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA4AD is #545B52. Grayscale: #A7A7A7. Windows color (decimal): -5528403 or 11379883. OLE color: 11379883.

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

Color convert

RGB171164173-
CMYK0.010.0500.32
HSL286.67º5.2%66.08%-
HSV(B)286.67º5.2%67.84%-
XYZ37.6138.2344.93-
YUV167.12131.32130.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=33.66%
G=32.28%
B=34.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711641730.010.0500.32286.675.266.08
HexABA4AD1502011f542
Octal253244255150404375102
Binary101010111010010010101101110101000001000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4AD; }

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

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

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

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

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

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

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

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