#AA7999

Color #AA7999 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AA7999

Tints of Bouquet #AA7999

Color information

#AA7999 (or 0xAA7999) is unknown color: approx Bouquet. HEX triplet: AA, 79 and 99. RGB value is (170,121,153). Sum of RGB (Red+Green+Blue) = 170+121+153=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7999 is #558666. Grayscale: #8B8B8B. Windows color (decimal): -5604967 or 10058154. OLE color: 10058154.

HSL color Cylindrical-coordinate representation of color #AA7999: hue angle of 320.82º 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 #AA7999 is Cyan = 0, Magento = 0.29, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB170121153-
CMYK00.290.10.33
HSL320.82º22.37%57.06%-
HSV(B)320.82º28.82%66.67%-
XYZ29.1624.5233.33-
YUV139.3135.73149.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 153 (60.16% from 255) = 34.46%
R=38.29%
G=27.25%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012115300.290.10.33320.8222.3757.06
HexAA799901DA211411639
Octal25217123103512415012671
Binary10101010111100110011001011101101010000110100000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7999; }

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

 H1.HeaderClassName
 {
   color: #AA7999;
 }
 .AnyTagClassName
 {
   color: #AA7999;
 }
</style>
background-color css

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

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

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

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

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

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