#A89DAB

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

Shades of Chatelle #A89DAB

Tints of Chatelle #A89DAB

Color information

#A89DAB (or 0xA89DAB) is unknown color: approx Chatelle. HEX triplet: A8, 9D and AB. RGB value is (168,157,171). Sum of RGB (Red+Green+Blue) = 168+157+171=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: blue. Hex color #A89DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89DAB is #576254. Grayscale: #A1A1A1. Windows color (decimal): -5726805 or 11247016. OLE color: 11247016.

HSL color Cylindrical-coordinate representation of color #A89DAB: hue angle of 287.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A89DAB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168157171-
CMYK0.020.0800.33
HSL287.14º7.69%64.31%-
HSV(B)287.14º8.19%67.06%-
XYZ35.5635.3843.48-
YUV161.88133.14132.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=33.87%
G=31.65%
B=34.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681571710.020.0800.33287.147.6964.31
HexA89DAB2802111f840
Octal25023525321004143710100
Binary101010001001110110101011101000010000110001111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DAB; }

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

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

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

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

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

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

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

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