#A89BAB

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

Shades of Chatelle #A89BAB

Tints of Chatelle #A89BAB

Color information

#A89BAB (or 0xA89BAB) is unknown color: approx Chatelle. HEX triplet: A8, 9B and AB. RGB value is (168,155,171). Sum of RGB (Red+Green+Blue) = 168+155+171=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 171 - color contains mainly: blue. Hex color #A89BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89BAB is #576454. Grayscale: #A0A0A0. Windows color (decimal): -5727317 or 11246504. OLE color: 11246504.

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

Color convert

RGB168155171-
CMYK0.020.0900.33
HSL288.75º8.7%63.92%-
HSV(B)288.75º9.36%67.06%-
XYZ35.2234.7143.37-
YUV160.71133.81133.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=34.01%
G=31.38%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681551710.020.0900.33288.758.763.92
HexA89BAB29021121940
Octal25023325321104144111100
Binary101010001001101110101011101001010000110010000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BAB; }

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

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

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

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

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

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

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

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