Html Css Color HEX #AA99AF Chatelle

📋 copy color: '#AA99AF'

red 170 ◦ green 153 ◦ blue 175

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

Shades of Chatelle #AA99AF

Tints of Chatelle #AA99AF

RGB

 RED value IS 170 (66.8% 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 value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA99AF (or 0xAA99AF) is known color: 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

RGB 170 153 175 -
CMYK 0.03 0.13 0 0.31
HSL 286.36º 0.12% 0.64% -
HSV(B) 286.36º 0.13% 0.69% -
XYZ 35.71 34.42 45.32 -
YUV 160.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 170 153 175 0.03 0.13 0 0.31 286.36 0.12 0.64
Hex AA 99 AF 3 D 0 1F 11E C 40
Octal 252 231 257 3 15 0 37 436 14 100
Binary 10101010 10011001 10101111 11 1101 0 11111 100011110 1100 1000000

Color Harmonies of #AA99AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99AF

Black with #AA99AF

Text Example


Text Example

White with #AA99AF

Text Example


Text Example

HTML Codes & Css Web 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>