Html Css Color HEX #AA7591 Bouquet

📋 copy color: '#AA7591'

red 170 ◦ green 117 ◦ blue 145

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

Shades of Bouquet #AA7591

Tints of Bouquet #AA7591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.08%

 BLUE value IS 145 (57.03% from 255) = 33.56%

R = 39.35%
G = 27.08%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA7591 (or 0xAA7591) is known color: Bouquet. HEX triplet: AA, 75 and 91. RGB value is (170,117,145). Sum of RGB (Red+Green+Blue) = 170+117+145=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7591 is #558A6E. Grayscale: #878787. Windows color (decimal): -5605999 or 9532842. OLE color: 9532842.

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

Color convert

RGB 170 117 145 -
CMYK 0 0.31 0.15 0.33
HSL 328.3º 0.24% 0.56% -
HSV(B) 328.3º 0.31% 0.67% -
XYZ 28.05 23.31 29.81 -
YUV 136.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 170 117 145 0 0.31 0.15 0.33 328.3 0.24 0.56
Hex AA 75 91 0 1F F 21 148 18 38
Octal 252 165 221 0 37 17 41 510 30 70
Binary 10101010 1110101 10010001 0 11111 1111 100001 101001000 11000 111000

Color Harmonies of #AA7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7591

Black with #AA7591

Text Example


Text Example

White with #AA7591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7591; }

 p { color: rgb(170,117,145); }

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

background-color css

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

 a { background-color: rgb(170,117,145); }

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

border-color css

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

 span { border-color: rgb(170,117,145); }

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