#AA99AF

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

Shades of Chatelle #AA99AF

Tints of Chatelle #AA99AF

Color information

#AA99AF (or 0xAA99AF) is unknown color: approx Chatelle. HEX triplet: AA, 99 and AF. RGB value is (170,153,175). Sum of RGB (Red+Green+Blue) = 170+153+175=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99AF is #556650. Grayscale: #A0A0A0. Windows color (decimal): -5596753 or 11508138. OLE color: 11508138.

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

Color convert

RGB170153175-
CMYK0.030.1300.31
HSL286.36º12.09%64.31%-
HSV(B)286.36º12.57%68.63%-
XYZ35.7134.4245.32-
YUV160.59136.13134.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=34.14%
G=30.72%
B=35.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701531750.030.1300.31286.3612.0964.31
HexAA99AF3D01F11ec40
Octal25223125731503743614100
Binary10101010100110011010111111110101111110001111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99AF; }

 p { color: rgb(170,153,175); }

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

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

 a { background-color: rgb(170,153,175); }

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

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

 span { border-color: rgb(170,153,175); }

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