#A89AAB

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

Shades of Chatelle #A89AAB

Tints of Chatelle #A89AAB

Color information

#A89AAB (or 0xA89AAB) is unknown color: approx Chatelle. HEX triplet: A8, 9A and AB. RGB value is (168,154,171). Sum of RGB (Red+Green+Blue) = 168+154+171=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 171 - color contains mainly: blue. Hex color #A89AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89AAB is #576554. Grayscale: #A0A0A0. Windows color (decimal): -5727573 or 11246248. OLE color: 11246248.

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

Color convert

RGB168154171-
CMYK0.020.1000.33
HSL289.41º9.19%63.73%-
HSV(B)289.41º9.94%67.06%-
XYZ35.0534.3843.32-
YUV160.12134.14133.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=34.08%
G=31.24%
B=34.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681541710.020.1000.33289.419.1963.73
HexA89AAB2A021121940
Octal25023225321204144111100
Binary101010001001101010101011101010010000110010000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AAB; }

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

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

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

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

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

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

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

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