Html Css Color HEX #AA879A Bouquet

📋 copy color: '#AA879A'

red 170 ◦ green 135 ◦ blue 154

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

Shades of Bouquet #AA879A

Tints of Bouquet #AA879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.41%

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 37.04%
G = 29.41%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA879A (or 0xAA879A) is known color: Bouquet. HEX triplet: AA, 87 and 9A. RGB value is (170,135,154). Sum of RGB (Red+Green+Blue) = 170+135+154=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA879A is #557865. Grayscale: #939393. Windows color (decimal): -5601382 or 10127274. OLE color: 10127274.

HSL color Cylindrical-coordinate representation of color #AA879A: hue angle of 327.43º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA879A is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 135 154 -
CMYK 0 0.21 0.09 0.33
HSL 327.43º 0.17% 0.6% -
HSV(B) 327.43º 0.21% 0.67% -
XYZ 31.07 28.21 34.38 -
YUV 147.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 170 135 154 0 0.21 0.09 0.33 327.43 0.17 0.6
Hex AA 87 9A 0 15 9 21 147 11 3C
Octal 252 207 232 0 25 11 41 507 21 74
Binary 10101010 10000111 10011010 0 10101 1001 100001 101000111 10001 111100

Color Harmonies of #AA879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA879A

Black with #AA879A

Text Example


Text Example

White with #AA879A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA879A; }

 p { color: rgb(170,135,154); }

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

background-color css

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

 a { background-color: rgb(170,135,154); }

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

border-color css

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

 span { border-color: rgb(170,135,154); }

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