Html Css Color HEX #AA8099 Bouquet

📋 copy color: '#AA8099'

red 170 ◦ green 128 ◦ blue 153

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

Shades of Bouquet #AA8099

Tints of Bouquet #AA8099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.38%

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

R = 37.69%
G = 28.38%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA8099 (or 0xAA8099) is known color: Bouquet. HEX triplet: AA, 80 and 99. RGB value is (170,128,153). Sum of RGB (Red+Green+Blue) = 170+128+153=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8099 is #557F66. Grayscale: #8F8F8F. Windows color (decimal): -5603175 or 10059946. OLE color: 10059946.

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

Color convert

RGB 170 128 153 -
CMYK 0 0.25 0.1 0.33
HSL 324.29º 0.2% 0.58% -
HSV(B) 324.29º 0.25% 0.67% -
XYZ 30.05 26.28 33.63 -
YUV 143.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 170 128 153 0 0.25 0.1 0.33 324.29 0.2 0.58
Hex AA 80 99 0 19 A 21 144 14 3A
Octal 252 200 231 0 31 12 41 504 24 72
Binary 10101010 10000000 10011001 0 11001 1010 100001 101000100 10100 111010

Color Harmonies of #AA8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8099

Black with #AA8099

Text Example


Text Example

White with #AA8099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8099; }

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

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

background-color css

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

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

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

border-color css

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

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

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