Html Css Color HEX #AA8199 Bouquet

📋 copy color: '#AA8199'

red 170 ◦ green 129 ◦ blue 153

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

Shades of Bouquet #AA8199

Tints of Bouquet #AA8199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.54%

 BLUE value IS 153 (60.16% from 255) = 33.85%

R = 37.61%
G = 28.54%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA8199 (or 0xAA8199) is known color: Bouquet. HEX triplet: AA, 81 and 99. RGB value is (170,129,153). Sum of RGB (Red+Green+Blue) = 170+129+153=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8199 is #557E66. Grayscale: #8F8F8F. Windows color (decimal): -5602919 or 10060202. OLE color: 10060202.

HSL color Cylindrical-coordinate representation of color #AA8199: hue angle of 324.88º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA8199 is Cyan = 0, Magento = 0.24, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 129 153 -
CMYK 0 0.24 0.1 0.33
HSL 324.88º 0.19% 0.59% -
HSV(B) 324.88º 0.24% 0.67% -
XYZ 30.18 26.55 33.67 -
YUV 144 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 170 129 153 0 0.24 0.1 0.33 324.88 0.19 0.59
Hex AA 81 99 0 18 A 21 145 13 3B
Octal 252 201 231 0 30 12 41 505 23 73
Binary 10101010 10000001 10011001 0 11000 1010 100001 101000101 10011 111011

Color Harmonies of #AA8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8199

Black with #AA8199

Text Example


Text Example

White with #AA8199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8199; }

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

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

background-color css

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

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

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

border-color css

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

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

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