Html Css Color HEX #AA99AE Chatelle

📋 copy color: '#AA99AE'

red 170 ◦ green 153 ◦ blue 174

#AA99AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #AA99AE

Tints of Chatelle #AA99AE

RGB

 RED value IS 170 (66.8% from 255) = 34.21%

 GREEN value IS 153 (60.16% from 255) = 30.78%

 BLUE value IS 174 (68.36% from 255) = 35.01%

R = 34.21%
G = 30.78%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA99AE (or 0xAA99AE) is known color: Chatelle. HEX triplet: AA, 99 and AE. RGB value is (170,153,174). Sum of RGB (Red+Green+Blue) = 170+153+174=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99AE is #556651. Grayscale: #A0A0A0. Windows color (decimal): -5596754 or 11442602. OLE color: 11442602.

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

Color convert

RGB 170 153 174 -
CMYK 0.02 0.12 0 0.32
HSL 288.57º 0.11% 0.64% -
HSV(B) 288.57º 0.12% 0.68% -
XYZ 35.61 34.38 44.8 -
YUV 160.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 170 153 174 0.02 0.12 0 0.32 288.57 0.11 0.64
Hex AA 99 AE 2 C 0 20 121 B 40
Octal 252 231 256 2 14 0 40 441 13 100
Binary 10101010 10011001 10101110 10 1100 0 100000 100100001 1011 1000000

Color Harmonies of #AA99AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99AE

Black with #AA99AE

Text Example


Text Example

White with #AA99AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99AE; }

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

 H1.HeaderClassName
 {
   color: #AA99AE;
 }
 .AnyTagClassName
 {
   color: #AA99AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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