Html Css Color HEX #AA7297 Bouquet

📋 copy color: '#AA7297'

red 170 ◦ green 114 ◦ blue 151

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

Shades of Bouquet #AA7297

Tints of Bouquet #AA7297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.71%

R = 39.08%
G = 26.21%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA7297 (or 0xAA7297) is known color: Bouquet. HEX triplet: AA, 72 and 97. RGB value is (170,114,151). Sum of RGB (Red+Green+Blue) = 170+114+151=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7297 is #558D68. Grayscale: #868686. Windows color (decimal): -5606761 or 9925290. OLE color: 9925290.

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

Color convert

RGB 170 114 151 -
CMYK 0 0.33 0.11 0.33
HSL 320.36º 0.25% 0.56% -
HSV(B) 320.36º 0.33% 0.67% -
XYZ 28.18 22.82 32.2 -
YUV 134.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 170 114 151 0 0.33 0.11 0.33 320.36 0.25 0.56
Hex AA 72 97 0 21 B 21 140 19 38
Octal 252 162 227 0 41 13 41 500 31 70
Binary 10101010 1110010 10010111 0 100001 1011 100001 101000000 11001 111000

Color Harmonies of #AA7297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7297

Black with #AA7297

Text Example


Text Example

White with #AA7297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7297; }

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

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

background-color css

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

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

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

border-color css

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

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

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