Html Css Color HEX #AA829D Bouquet

📋 copy color: '#AA829D'

red 170 ◦ green 130 ◦ blue 157

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

Shades of Bouquet #AA829D

Tints of Bouquet #AA829D

RGB

 RED value IS 170 (66.8% from 255) = 37.2%

 GREEN value IS 130 (51.17% from 255) = 28.45%

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 37.2%
G = 28.45%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA829D (or 0xAA829D) is known color: Bouquet. HEX triplet: AA, 82 and 9D. RGB value is (170,130,157). Sum of RGB (Red+Green+Blue) = 170+130+157=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA829D is #557D62. Grayscale: #909090. Windows color (decimal): -5602659 or 10322602. OLE color: 10322602.

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

Color convert

RGB 170 130 157 -
CMYK 0 0.24 0.08 0.33
HSL 319.5º 0.19% 0.59% -
HSV(B) 319.5º 0.24% 0.67% -
XYZ 30.65 26.95 35.48 -
YUV 145.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 170 130 157 0 0.24 0.08 0.33 319.5 0.19 0.59
Hex AA 82 9D 0 18 8 21 140 13 3B
Octal 252 202 235 0 30 10 41 500 23 73
Binary 10101010 10000010 10011101 0 11000 1000 100001 101000000 10011 111011

Color Harmonies of #AA829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA829D

Black with #AA829D

Text Example


Text Example

White with #AA829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA829D; }

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

 H1.HeaderClassName
 {
   color: #AA829D;
 }
 .AnyTagClassName
 {
   color: #AA829D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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