#ABA6AD

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

Shades of Chatelle #ABA6AD

Tints of Chatelle #ABA6AD

Color information

#ABA6AD (or 0xABA6AD) is unknown color: approx Chatelle. HEX triplet: AB, A6 and AD. RGB value is (171,166,173). Sum of RGB (Red+Green+Blue) = 171+166+173=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6AD is #545952. Grayscale: #A8A8A8. Windows color (decimal): -5527891 or 11380395. OLE color: 11380395.

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

Color convert

RGB171166173-
CMYK0.010.0400.32
HSL282.86º4.09%66.47%-
HSV(B)282.86º4.05%67.84%-
XYZ37.9738.9545.05-
YUV168.29130.66129.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=33.53%
G=32.55%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711661730.010.0400.32282.864.0966.47
HexABA6AD1402011b442
Octal253246255140404334102
Binary101010111010011010101101110001000001000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6AD; }

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

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

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

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

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

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

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

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