Html Css Color HEX #AA709D Bouquet

📋 copy color: '#AA709D'

red 170 ◦ green 112 ◦ blue 157

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

Shades of Bouquet #AA709D

Tints of Bouquet #AA709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.51%

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

R = 38.72%
G = 25.51%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA709D (or 0xAA709D) is known color: Bouquet. HEX triplet: AA, 70 and 9D. RGB value is (170,112,157). Sum of RGB (Red+Green+Blue) = 170+112+157=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA709D is #558F62. Grayscale: #868686. Windows color (decimal): -5607267 or 10317994. OLE color: 10317994.

HSL color Cylindrical-coordinate representation of color #AA709D: hue angle of 313.45º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA709D is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 112 157 -
CMYK 0 0.34 0.08 0.33
HSL 313.45º 0.25% 0.55% -
HSV(B) 313.45º 0.34% 0.67% -
XYZ 28.46 22.57 34.75 -
YUV 134.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 170 112 157 0 0.34 0.08 0.33 313.45 0.25 0.55
Hex AA 70 9D 0 22 8 21 139 19 37
Octal 252 160 235 0 42 10 41 471 31 67
Binary 10101010 1110000 10011101 0 100010 1000 100001 100111001 11001 110111

Color Harmonies of #AA709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA709D

Black with #AA709D

Text Example


Text Example

White with #AA709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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