#AA7092

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

Shades of Bouquet #AA7092

Tints of Bouquet #AA7092

Color information

#AA7092 (or 0xAA7092) is unknown color: approx Bouquet. HEX triplet: AA, 70 and 92. RGB value is (170,112,146). Sum of RGB (Red+Green+Blue) = 170+112+146=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7092 is #558F6D. Grayscale: #858585. Windows color (decimal): -5607278 or 9597098. OLE color: 9597098.

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

Color convert

RGB170112146-
CMYK00.340.140.33
HSL324.83º25.44%55.29%-
HSV(B)324.83º34.12%66.67%-
XYZ27.5622.2130.03-
YUV133.22135.22154.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=39.72%
G=26.17%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011214600.340.140.33324.8325.4455.29
HexAA7092022E211451937
Octal25216022204216415053167
Binary101010101110000100100100100010111010000110100010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7092; }

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

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

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

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

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

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

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

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