#AA829B

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

Shades of Bouquet #AA829B

Tints of Bouquet #AA829B

Color information

#AA829B (or 0xAA829B) is unknown color: approx Bouquet. HEX triplet: AA, 82 and 9B. RGB value is (170,130,155). Sum of RGB (Red+Green+Blue) = 170+130+155=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA829B is #557D64. Grayscale: #909090. Windows color (decimal): -5602661 or 10191530. OLE color: 10191530.

HSL color Cylindrical-coordinate representation of color #AA829B: hue angle of 322.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 #AA829B is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170130155-
CMYK00.240.090.33
HSL322.5º19.05%58.82%-
HSV(B)322.5º23.53%66.67%-
XYZ30.4826.8834.59-
YUV144.81133.75145.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=37.36%
G=28.57%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013015500.240.090.33322.519.0558.82
HexAA829B018921142133b
Octal25220223303011415022373
Binary101010101000001010011011011000100110000110100001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA829B; }

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

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

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

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

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

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

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

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