Html Css Color HEX #AA709B Bouquet

📋 copy color: '#AA709B'

red 170 ◦ green 112 ◦ blue 155

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

Shades of Bouquet #AA709B

Tints of Bouquet #AA709B

RGB

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

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

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

R = 38.9%
G = 25.63%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA709B (or 0xAA709B) is known color: Bouquet. HEX triplet: AA, 70 and 9B. RGB value is (170,112,155). Sum of RGB (Red+Green+Blue) = 170+112+155=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA709B is #558F64. Grayscale: #868686. Windows color (decimal): -5607269 or 10186922. OLE color: 10186922.

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

Color convert

RGB 170 112 155 -
CMYK 0 0.34 0.09 0.33
HSL 315.52º 0.25% 0.55% -
HSV(B) 315.52º 0.34% 0.67% -
XYZ 28.29 22.5 33.86 -
YUV 134.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 170 112 155 0 0.34 0.09 0.33 315.52 0.25 0.55
Hex AA 70 9B 0 22 9 21 13C 19 37
Octal 252 160 233 0 42 11 41 474 31 67
Binary 10101010 1110000 10011011 0 100010 1001 100001 100111100 11001 110111

Color Harmonies of #AA709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA709B

Black with #AA709B

Text Example


Text Example

White with #AA709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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