Html Css Color HEX #AA8294 Bouquet

📋 copy color: '#AA8294'

red 170 ◦ green 130 ◦ blue 148

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

Shades of Bouquet #AA8294

Tints of Bouquet #AA8294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 37.95%
G = 29.02%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA8294 (or 0xAA8294) is known color: Bouquet. HEX triplet: AA, 82 and 94. RGB value is (170,130,148). Sum of RGB (Red+Green+Blue) = 170+130+148=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8294 is #557D6B. Grayscale: #8F8F8F. Windows color (decimal): -5602668 or 9732778. OLE color: 9732778.

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

Color convert

RGB 170 130 148 -
CMYK 0 0.24 0.13 0.33
HSL 333º 0.19% 0.59% -
HSV(B) 333º 0.24% 0.67% -
XYZ 29.91 26.65 31.58 -
YUV 144.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 170 130 148 0 0.24 0.13 0.33 333 0.19 0.59
Hex AA 82 94 0 18 D 21 14D 13 3B
Octal 252 202 224 0 30 15 41 515 23 73
Binary 10101010 10000010 10010100 0 11000 1101 100001 101001101 10011 111011

Color Harmonies of #AA8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8294

Black with #AA8294

Text Example


Text Example

White with #AA8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8294; }

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

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

background-color css

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

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

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

border-color css

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

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

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