Html Css Color HEX #AA7291 Bouquet

📋 copy color: '#AA7291'

red 170 ◦ green 114 ◦ blue 145

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

Shades of Bouquet #AA7291

Tints of Bouquet #AA7291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 39.63%
G = 26.57%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA7291 (or 0xAA7291) is known color: Bouquet. HEX triplet: AA, 72 and 91. RGB value is (170,114,145). Sum of RGB (Red+Green+Blue) = 170+114+145=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7291 is #558D6E. Grayscale: #868686. Windows color (decimal): -5606767 or 9532074. OLE color: 9532074.

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

Color convert

RGB 170 114 145 -
CMYK 0 0.33 0.15 0.33
HSL 326.79º 0.25% 0.56% -
HSV(B) 326.79º 0.33% 0.67% -
XYZ 27.71 22.63 29.69 -
YUV 134.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 170 114 145 0 0.33 0.15 0.33 326.79 0.25 0.56
Hex AA 72 91 0 21 F 21 147 19 38
Octal 252 162 221 0 41 17 41 507 31 70
Binary 10101010 1110010 10010001 0 100001 1111 100001 101000111 11001 111000

Color Harmonies of #AA7291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7291

Black with #AA7291

Text Example


Text Example

White with #AA7291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7291; }

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

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

background-color css

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

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

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

border-color css

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

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

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