Html Css Color HEX #AA8494 Bouquet

📋 copy color: '#AA8494'

red 170 ◦ green 132 ◦ blue 148

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

Shades of Bouquet #AA8494

Tints of Bouquet #AA8494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.33%

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

R = 37.78%
G = 29.33%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA8494 (or 0xAA8494) is known color: Bouquet. HEX triplet: AA, 84 and 94. RGB value is (170,132,148). Sum of RGB (Red+Green+Blue) = 170+132+148=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8494 is #557B6B. Grayscale: #919191. Windows color (decimal): -5602156 or 9733290. OLE color: 9733290.

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

Color convert

RGB 170 132 148 -
CMYK 0 0.22 0.13 0.33
HSL 334.74º 0.18% 0.59% -
HSV(B) 334.74º 0.22% 0.67% -
XYZ 30.17 27.19 31.67 -
YUV 145.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 170 132 148 0 0.22 0.13 0.33 334.74 0.18 0.59
Hex AA 84 94 0 16 D 21 14F 12 3B
Octal 252 204 224 0 26 15 41 517 22 73
Binary 10101010 10000100 10010100 0 10110 1101 100001 101001111 10010 111011

Color Harmonies of #AA8494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8494

Black with #AA8494

Text Example


Text Example

White with #AA8494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8494; }

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

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

background-color css

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

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

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

border-color css

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

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

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