Html Css Color HEX #AA8A99 Bouquet

📋 copy color: '#AA8A99'

red 170 ◦ green 138 ◦ blue 153

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

Shades of Bouquet #AA8A99

Tints of Bouquet #AA8A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

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

R = 36.88%
G = 29.93%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA8A99 (or 0xAA8A99) is known color: Bouquet. HEX triplet: AA, 8A and 99. RGB value is (170,138,153). Sum of RGB (Red+Green+Blue) = 170+138+153=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8A99 is #557566. Grayscale: #959595. Windows color (decimal): -5600615 or 10062506. OLE color: 10062506.

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

Color convert

RGB 170 138 153 -
CMYK 0 0.19 0.1 0.33
HSL 331.88º 0.16% 0.6% -
HSV(B) 331.88º 0.19% 0.67% -
XYZ 31.42 29.02 34.08 -
YUV 149.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 170 138 153 0 0.19 0.1 0.33 331.88 0.16 0.6
Hex AA 8A 99 0 13 A 21 14C 10 3C
Octal 252 212 231 0 23 12 41 514 20 74
Binary 10101010 10001010 10011001 0 10011 1010 100001 101001100 10000 111100

Color Harmonies of #AA8A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A99

Black with #AA8A99

Text Example


Text Example

White with #AA8A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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