#A89FAE

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

Shades of Chatelle #A89FAE

Tints of Chatelle #A89FAE

Color information

#A89FAE (or 0xA89FAE) is unknown color: approx Chatelle. HEX triplet: A8, 9F and AE. RGB value is (168,159,174). Sum of RGB (Red+Green+Blue) = 168+159+174=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #A89FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89FAE is #576051. Grayscale: #A3A3A3. Windows color (decimal): -5726290 or 11444136. OLE color: 11444136.

HSL color Cylindrical-coordinate representation of color #A89FAE: hue angle of 276º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A89FAE is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168159174-
CMYK0.030.0900.32
HSL276º8.47%65.29%-
HSV(B)276º8.62%68.24%-
XYZ36.1936.1845.12-
YUV163.4133.98131.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=33.53%
G=31.74%
B=34.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681591740.030.0900.322768.4765.29
HexA89FAE39020114841
Octal25023725631104042410101
Binary101010001001111110101110111001010000010001010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FAE; }

 p { color: rgb(168,159,174); }

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

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

 a { background-color: rgb(168,159,174); }

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

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

 span { border-color: rgb(168,159,174); }

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