#A89EAB

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

Shades of Chatelle #A89EAB

Tints of Chatelle #A89EAB

Color information

#A89EAB (or 0xA89EAB) is unknown color: approx Chatelle. HEX triplet: A8, 9E and AB. RGB value is (168,158,171). Sum of RGB (Red+Green+Blue) = 168+158+171=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 171 - color contains mainly: blue. Hex color #A89EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89EAB is #576154. Grayscale: #A2A2A2. Windows color (decimal): -5726549 or 11247272. OLE color: 11247272.

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

Color convert

RGB168158171-
CMYK0.020.0800.33
HSL286.15º7.18%64.51%-
HSV(B)286.15º7.6%67.06%-
XYZ35.7335.7243.54-
YUV162.47132.81131.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=33.80%
G=31.79%
B=34.41%

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
Decimal1681581710.020.0800.33286.157.1864.51
HexA89EAB2802111e741
Octal2502362532100414367101
Binary10101000100111101010101110100001000011000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89EAB; }

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

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

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

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

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

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

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

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