Html Css Color HEX #AA739B Bouquet

📋 copy color: '#AA739B'

red 170 ◦ green 115 ◦ blue 155

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

Shades of Bouquet #AA739B

Tints of Bouquet #AA739B

RGB

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

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

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

R = 38.64%
G = 26.14%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA739B (or 0xAA739B) is known color: Bouquet. HEX triplet: AA, 73 and 9B. RGB value is (170,115,155). Sum of RGB (Red+Green+Blue) = 170+115+155=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA739B is #558C64. Grayscale: #878787. Windows color (decimal): -5606501 or 10187690. OLE color: 10187690.

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

Color convert

RGB 170 115 155 -
CMYK 0 0.32 0.09 0.33
HSL 316.36º 0.24% 0.56% -
HSV(B) 316.36º 0.32% 0.67% -
XYZ 28.62 23.17 33.97 -
YUV 136.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 170 115 155 0 0.32 0.09 0.33 316.36 0.24 0.56
Hex AA 73 9B 0 20 9 21 13C 18 38
Octal 252 163 233 0 40 11 41 474 30 70
Binary 10101010 1110011 10011011 0 100000 1001 100001 100111100 11000 111000

Color Harmonies of #AA739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA739B

Black with #AA739B

Text Example


Text Example

White with #AA739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA739B; }

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

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

background-color css

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

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

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

border-color css

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

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

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