#AA7292

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

Shades of Bouquet #AA7292

Tints of Bouquet #AA7292

Color information

#AA7292 (or 0xAA7292) is unknown color: approx Bouquet. HEX triplet: AA, 72 and 92. RGB value is (170,114,146). Sum of RGB (Red+Green+Blue) = 170+114+146=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7292 is #558D6D. Grayscale: #868686. Windows color (decimal): -5606766 or 9597610. OLE color: 9597610.

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

Color convert

RGB170114146-
CMYK00.330.140.33
HSL325.71º24.78%55.69%-
HSV(B)325.71º32.94%66.67%-
XYZ27.7822.6630.1-
YUV134.39134.55153.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=39.53%
G=26.51%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011414600.330.140.33325.7124.7855.69
HexAA7292021E211461938
Octal25216222204116415063170
Binary101010101110010100100100100001111010000110100011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7292; }

 p { color: rgb(170,114,146); }

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

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

 a { background-color: rgb(170,114,146); }

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

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

 span { border-color: rgb(170,114,146); }

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