#ABA8AD

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

Shades of Chatelle #ABA8AD

Tints of Chatelle #ABA8AD

Color information

#ABA8AD (or 0xABA8AD) is unknown color: approx Chatelle. HEX triplet: AB, A8 and AD. RGB value is (171,168,173). Sum of RGB (Red+Green+Blue) = 171+168+173=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8AD is #545752. Grayscale: #A9A9A9. Windows color (decimal): -5527379 or 11380907. OLE color: 11380907.

HSL color Cylindrical-coordinate representation of color #ABA8AD: hue angle of 276º degrees, saturation: 0.03, 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 #ABA8AD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171168173-
CMYK0.010.0300.32
HSL276º2.96%66.86%-
HSV(B)276º2.89%67.84%-
XYZ38.3439.6845.17-
YUV169.47129.99129.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=33.40%
G=32.81%
B=33.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711681730.010.0300.322762.9666.86
HexABA8AD13020114343
Octal253250255130404243103
Binary1010101110101000101011011110100000100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8AD; }

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

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

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

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

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

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

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

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