Html Css Color HEX #AA829F Bouquet

📋 copy color: '#AA829F'

red 170 ◦ green 130 ◦ blue 159

#AA829F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AA829F

Tints of Bouquet #AA829F

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA829F (or 0xAA829F) is known color: 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

RGB 170 130 159 -
CMYK 0 0.24 0.06 0.33
HSL 316.5º 0.19% 0.59% -
HSV(B) 316.5º 0.24% 0.67% -
XYZ 30.82 27.01 36.39 -
YUV 145.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 170 130 159 0 0.24 0.06 0.33 316.5 0.19 0.59
Hex AA 82 9F 0 18 6 21 13C 13 3B
Octal 252 202 237 0 30 6 41 474 23 73
Binary 10101010 10000010 10011111 0 11000 110 100001 100111100 10011 111011

Color Harmonies of #AA829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA829F

Black with #AA829F

Text Example


Text Example

White with #AA829F

Text Example


Text Example

HTML Codes & Css Web 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>