Html Css Color HEX #AA89A0 Bouquet

📋 copy color: '#AA89A0'

red 170 ◦ green 137 ◦ blue 160

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

Shades of Bouquet #AA89A0

Tints of Bouquet #AA89A0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.34%

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 36.4%
G = 29.34%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA89A0 (or 0xAA89A0) is known color: Bouquet. HEX triplet: AA, 89 and A0. RGB value is (170,137,160). Sum of RGB (Red+Green+Blue) = 170+137+160=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA89A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89A0 is #55765F. Grayscale: #959595. Windows color (decimal): -5600864 or 10521002. OLE color: 10521002.

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

Color convert

RGB 170 137 160 -
CMYK 0 0.19 0.06 0.33
HSL 318.18º 0.16% 0.6% -
HSV(B) 318.18º 0.19% 0.67% -
XYZ 31.87 28.98 37.17 -
YUV 149.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 170 137 160 0 0.19 0.06 0.33 318.18 0.16 0.6
Hex AA 89 A0 0 13 6 21 13E 10 3C
Octal 252 211 240 0 23 6 41 476 20 74
Binary 10101010 10001001 10100000 0 10011 110 100001 100111110 10000 111100

Color Harmonies of #AA89A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89A0

Black with #AA89A0

Text Example


Text Example

White with #AA89A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89A0; }

 p { color: rgb(170,137,160); }

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

background-color css

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

 a { background-color: rgb(170,137,160); }

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

border-color css

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

 span { border-color: rgb(170,137,160); }

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