Html Css Color HEX #AA849F Bouquet

📋 copy color: '#AA849F'

red 170 ◦ green 132 ◦ blue 159

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

Shades of Bouquet #AA849F

Tints of Bouquet #AA849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

 BLUE value IS 159 (62.5% from 255) = 34.49%

R = 36.88%
G = 28.63%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA849F (or 0xAA849F) is known color: Bouquet. HEX triplet: AA, 84 and 9F. RGB value is (170,132,159). Sum of RGB (Red+Green+Blue) = 170+132+159=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA849F is #557B60. Grayscale: #929292. Windows color (decimal): -5602145 or 10454186. OLE color: 10454186.

HSL color Cylindrical-coordinate representation of color #AA849F: hue angle of 317.37º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA849F is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 132 159 -
CMYK 0 0.22 0.06 0.33
HSL 317.37º 0.18% 0.59% -
HSV(B) 317.37º 0.22% 0.67% -
XYZ 31.09 27.55 36.48 -
YUV 146.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 170 132 159 0 0.22 0.06 0.33 317.37 0.18 0.59
Hex AA 84 9F 0 16 6 21 13D 12 3B
Octal 252 204 237 0 26 6 41 475 22 73
Binary 10101010 10000100 10011111 0 10110 110 100001 100111101 10010 111011

Color Harmonies of #AA849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA849F

Black with #AA849F

Text Example


Text Example

White with #AA849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA849F; }

 p { color: rgb(170,132,159); }

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

background-color css

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

 a { background-color: rgb(170,132,159); }

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

border-color css

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

 span { border-color: rgb(170,132,159); }

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