Html Css Color HEX #AA739F Bouquet

📋 copy color: '#AA739F'

red 170 ◦ green 115 ◦ blue 159

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

Shades of Bouquet #AA739F

Tints of Bouquet #AA739F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

 BLUE value IS 159 (62.5% from 255) = 35.81%

R = 38.29%
G = 25.9%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA739F (or 0xAA739F) is known color: Bouquet. HEX triplet: AA, 73 and 9F. RGB value is (170,115,159). Sum of RGB (Red+Green+Blue) = 170+115+159=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA739F is #558C60. Grayscale: #888888. Windows color (decimal): -5606497 or 10449834. OLE color: 10449834.

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

Color convert

RGB 170 115 159 -
CMYK 0 0.32 0.06 0.33
HSL 312º 0.24% 0.56% -
HSV(B) 312º 0.32% 0.67% -
XYZ 28.97 23.31 35.77 -
YUV 136.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 170 115 159 0 0.32 0.06 0.33 312 0.24 0.56
Hex AA 73 9F 0 20 6 21 138 18 38
Octal 252 163 237 0 40 6 41 470 30 70
Binary 10101010 1110011 10011111 0 100000 110 100001 100111000 11000 111000

Color Harmonies of #AA739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA739F

Black with #AA739F

Text Example


Text Example

White with #AA739F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA739F; }

 p { color: rgb(170,115,159); }

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

background-color css

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

 a { background-color: rgb(170,115,159); }

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

border-color css

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

 span { border-color: rgb(170,115,159); }

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