#AA829F

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

Shades of Bouquet #AA829F

Tints of Bouquet #AA829F

Color information

#AA829F (or 0xAA829F) is unknown color: approx Bouquet. HEX triplet: AA, 82 and 9F. RGB value is (170,130,159). Sum of RGB (Red+Green+Blue) = 170+130+159=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA829F is #557D60. Grayscale: #919191. Windows color (decimal): -5602657 or 10453674. OLE color: 10453674.

HSL color Cylindrical-coordinate representation of color #AA829F: hue angle of 316.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA829F is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170130159-
CMYK00.240.060.33
HSL316.5º19.05%58.82%-
HSV(B)316.5º23.53%66.67%-
XYZ30.8227.0136.39-
YUV145.27135.75145.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=37.04%
G=28.32%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013015900.240.060.33316.519.0558.82
HexAA829F01862113c133b
Octal2522022370306414742373
Binary10101010100000101001111101100011010000110011110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA829F; }

 p { color: rgb(170,130,159); }

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

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

 a { background-color: rgb(170,130,159); }

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

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

 span { border-color: rgb(170,130,159); }

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