Html Css Color HEX #AA829C Bouquet

📋 copy color: '#AA829C'

red 170 ◦ green 130 ◦ blue 156

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

Shades of Bouquet #AA829C

Tints of Bouquet #AA829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 37.28%
G = 28.51%
B = 34.21%

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

#AA829C (or 0xAA829C) is known color: Bouquet. HEX triplet: AA, 82 and 9C. RGB value is (170,130,156). Sum of RGB (Red+Green+Blue) = 170+130+156=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA829C is #557D63. Grayscale: #909090. Windows color (decimal): -5602660 or 10257066. OLE color: 10257066.

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

Color convert

RGB 170 130 156 -
CMYK 0 0.24 0.08 0.33
HSL 321º 0.19% 0.59% -
HSV(B) 321º 0.24% 0.67% -
XYZ 30.56 26.91 35.04 -
YUV 144.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 170 130 156 0 0.24 0.08 0.33 321 0.19 0.59
Hex AA 82 9C 0 18 8 21 141 13 3B
Octal 252 202 234 0 30 10 41 501 23 73
Binary 10101010 10000010 10011100 0 11000 1000 100001 101000001 10011 111011

Color Harmonies of #AA829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA829C

Black with #AA829C

Text Example


Text Example

White with #AA829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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