Html Css Color HEX #AA849D Bouquet

📋 copy color: '#AA849D'

red 170 ◦ green 132 ◦ blue 157

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

Shades of Bouquet #AA849D

Tints of Bouquet #AA849D

RGB

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

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

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

R = 37.04%
G = 28.76%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA849D (or 0xAA849D) is known color: Bouquet. HEX triplet: AA, 84 and 9D. RGB value is (170,132,157). Sum of RGB (Red+Green+Blue) = 170+132+157=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA849D is #557B62. Grayscale: #929292. Windows color (decimal): -5602147 or 10323114. OLE color: 10323114.

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

Color convert

RGB 170 132 157 -
CMYK 0 0.22 0.08 0.33
HSL 320.53º 0.18% 0.59% -
HSV(B) 320.53º 0.22% 0.67% -
XYZ 30.91 27.48 35.57 -
YUV 146.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 170 132 157 0 0.22 0.08 0.33 320.53 0.18 0.59
Hex AA 84 9D 0 16 8 21 141 12 3B
Octal 252 204 235 0 26 10 41 501 22 73
Binary 10101010 10000100 10011101 0 10110 1000 100001 101000001 10010 111011

Color Harmonies of #AA849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA849D

Black with #AA849D

Text Example


Text Example

White with #AA849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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