Html Css Color HEX #AA8292 Bouquet

📋 copy color: '#AA8292'

red 170 ◦ green 130 ◦ blue 146

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

Shades of Bouquet #AA8292

Tints of Bouquet #AA8292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.74%

R = 38.12%
G = 29.15%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA8292 (or 0xAA8292) is known color: Bouquet. HEX triplet: AA, 82 and 92. RGB value is (170,130,146). Sum of RGB (Red+Green+Blue) = 170+130+146=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8292 is #557D6D. Grayscale: #8F8F8F. Windows color (decimal): -5602670 or 9601706. OLE color: 9601706.

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

Color convert

RGB 170 130 146 -
CMYK 0 0.24 0.14 0.33
HSL 336º 0.19% 0.59% -
HSV(B) 336º 0.24% 0.67% -
XYZ 29.75 26.59 30.76 -
YUV 143.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 170 130 146 0 0.24 0.14 0.33 336 0.19 0.59
Hex AA 82 92 0 18 E 21 150 13 3B
Octal 252 202 222 0 30 16 41 520 23 73
Binary 10101010 10000010 10010010 0 11000 1110 100001 101010000 10011 111011

Color Harmonies of #AA8292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8292

Black with #AA8292

Text Example


Text Example

White with #AA8292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8292; }

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

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

background-color css

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

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

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

border-color css

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

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

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