#AA98AE

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

Shades of Chatelle #AA98AE

Tints of Chatelle #AA98AE

Color information

#AA98AE (or 0xAA98AE) is unknown color: approx Chatelle. HEX triplet: AA, 98 and AE. RGB value is (170,152,174). Sum of RGB (Red+Green+Blue) = 170+152+174=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA98AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA98AE is #556751. Grayscale: #9F9F9F. Windows color (decimal): -5597010 or 11442346. OLE color: 11442346.

HSL color Cylindrical-coordinate representation of color #AA98AE: hue angle of 289.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA98AE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170152174-
CMYK0.020.1300.32
HSL289.09º11.96%63.92%-
HSV(B)289.09º12.64%68.24%-
XYZ35.4534.0644.75-
YUV159.89135.96135.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=34.27%
G=30.65%
B=35.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701521740.020.1300.32289.0911.9663.92
HexAA98AE2D020121c40
Octal25223025621504044114100
Binary101010101001100010101110101101010000010010000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98AE; }

 p { color: rgb(170,152,174); }

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

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

 a { background-color: rgb(170,152,174); }

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

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

 span { border-color: rgb(170,152,174); }

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