Html Css Color HEX #AA7991 Bouquet

📋 copy color: '#AA7991'

red 170 ◦ green 121 ◦ blue 145

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

Shades of Bouquet #AA7991

Tints of Bouquet #AA7991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.75%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 38.99%
G = 27.75%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA7991 (or 0xAA7991) is known color: Bouquet. HEX triplet: AA, 79 and 91. RGB value is (170,121,145). Sum of RGB (Red+Green+Blue) = 170+121+145=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7991 is #55866E. Grayscale: #8A8A8A. Windows color (decimal): -5604975 or 9533866. OLE color: 9533866.

HSL color Cylindrical-coordinate representation of color #AA7991: hue angle of 330.61º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7991 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 121 145 -
CMYK 0 0.29 0.15 0.33
HSL 330.61º 0.22% 0.57% -
HSV(B) 330.61º 0.29% 0.67% -
XYZ 28.53 24.27 29.97 -
YUV 138.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 170 121 145 0 0.29 0.15 0.33 330.61 0.22 0.57
Hex AA 79 91 0 1D F 21 14B 16 39
Octal 252 171 221 0 35 17 41 513 26 71
Binary 10101010 1111001 10010001 0 11101 1111 100001 101001011 10110 111001

Color Harmonies of #AA7991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7991

Black with #AA7991

Text Example


Text Example

White with #AA7991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7991; }

 p { color: rgb(170,121,145); }

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

background-color css

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

 a { background-color: rgb(170,121,145); }

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

border-color css

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

 span { border-color: rgb(170,121,145); }

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