Html Css Color HEX #AA829E Bouquet

📋 copy color: '#AA829E'

red 170 ◦ green 130 ◦ blue 158

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

Shades of Bouquet #AA829E

Tints of Bouquet #AA829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.5%

R = 37.12%
G = 28.38%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA829E (or 0xAA829E) is known color: Bouquet. HEX triplet: AA, 82 and 9E. RGB value is (170,130,158). Sum of RGB (Red+Green+Blue) = 170+130+158=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA829E is #557D61. Grayscale: #919191. Windows color (decimal): -5602658 or 10388138. OLE color: 10388138.

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

Color convert

RGB 170 130 158 -
CMYK 0 0.24 0.07 0.33
HSL 318º 0.19% 0.59% -
HSV(B) 318º 0.24% 0.67% -
XYZ 30.73 26.98 35.94 -
YUV 145.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 170 130 158 0 0.24 0.07 0.33 318 0.19 0.59
Hex AA 82 9E 0 18 7 21 13E 13 3B
Octal 252 202 236 0 30 7 41 476 23 73
Binary 10101010 10000010 10011110 0 11000 111 100001 100111110 10011 111011

Color Harmonies of #AA829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA829E

Black with #AA829E

Text Example


Text Example

White with #AA829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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