#AA7692

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

Shades of Bouquet #AA7692

Tints of Bouquet #AA7692

Color information

#AA7692 (or 0xAA7692) is unknown color: approx Bouquet. HEX triplet: AA, 76 and 92. RGB value is (170,118,146). Sum of RGB (Red+Green+Blue) = 170+118+146=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7692 is #55896D. Grayscale: #888888. Windows color (decimal): -5605742 or 9598634. OLE color: 9598634.

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

Color convert

RGB170118146-
CMYK00.310.140.33
HSL327.69º23.42%56.47%-
HSV(B)327.69º30.59%66.67%-
XYZ28.2423.5830.26-
YUV136.74133.23151.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 146 (57.42% from 255) = 33.64%
R=39.17%
G=27.19%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011814600.310.140.33327.6923.4256.47
HexAA769201FE211481738
Octal25216622203716415102770
Binary10101010111011010010010011111111010000110100100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7692; }

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

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

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

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

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

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

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

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