Html Css Color HEX #AA849B Bouquet

📋 copy color: '#AA849B'

red 170 ◦ green 132 ◦ blue 155

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

Shades of Bouquet #AA849B

Tints of Bouquet #AA849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.92%

R = 37.2%
G = 28.88%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA849B (or 0xAA849B) is known color: Bouquet. HEX triplet: AA, 84 and 9B. RGB value is (170,132,155). Sum of RGB (Red+Green+Blue) = 170+132+155=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA849B is #557B64. Grayscale: #919191. Windows color (decimal): -5602149 or 10192042. OLE color: 10192042.

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

Color convert

RGB 170 132 155 -
CMYK 0 0.22 0.09 0.33
HSL 323.68º 0.18% 0.59% -
HSV(B) 323.68º 0.22% 0.67% -
XYZ 30.75 27.42 34.68 -
YUV 145.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 170 132 155 0 0.22 0.09 0.33 323.68 0.18 0.59
Hex AA 84 9B 0 16 9 21 144 12 3B
Octal 252 204 233 0 26 11 41 504 22 73
Binary 10101010 10000100 10011011 0 10110 1001 100001 101000100 10010 111011

Color Harmonies of #AA849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA849B

Black with #AA849B

Text Example


Text Example

White with #AA849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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