Html Css Color HEX #AA8297 Bouquet

📋 copy color: '#AA8297'

red 170 ◦ green 130 ◦ blue 151

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

Shades of Bouquet #AA8297

Tints of Bouquet #AA8297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.82%

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

R = 37.69%
G = 28.82%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA8297 (or 0xAA8297) is known color: Bouquet. HEX triplet: AA, 82 and 97. RGB value is (170,130,151). Sum of RGB (Red+Green+Blue) = 170+130+151=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8297 is #557D68. Grayscale: #909090. Windows color (decimal): -5602665 or 9929386. OLE color: 9929386.

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

Color convert

RGB 170 130 151 -
CMYK 0 0.24 0.11 0.33
HSL 328.5º 0.19% 0.59% -
HSV(B) 328.5º 0.24% 0.67% -
XYZ 30.15 26.75 32.85 -
YUV 144.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 170 130 151 0 0.24 0.11 0.33 328.5 0.19 0.59
Hex AA 82 97 0 18 B 21 148 13 3B
Octal 252 202 227 0 30 13 41 510 23 73
Binary 10101010 10000010 10010111 0 11000 1011 100001 101001000 10011 111011

Color Harmonies of #AA8297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8297

Black with #AA8297

Text Example


Text Example

White with #AA8297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8297; }

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

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

background-color css

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

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

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

border-color css

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

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

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