Html Css Color HEX #AA7992 Bouquet

📋 copy color: '#AA7992'

red 170 ◦ green 121 ◦ blue 146

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

Shades of Bouquet #AA7992

Tints of Bouquet #AA7992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.69%

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

R = 38.9%
G = 27.69%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA7992 (or 0xAA7992) is known color: Bouquet. HEX triplet: AA, 79 and 92. RGB value is (170,121,146). Sum of RGB (Red+Green+Blue) = 170+121+146=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7992 is #55866D. Grayscale: #8A8A8A. Windows color (decimal): -5604974 or 9599402. OLE color: 9599402.

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

Color convert

RGB 170 121 146 -
CMYK 0 0.29 0.14 0.33
HSL 329.39º 0.22% 0.57% -
HSV(B) 329.39º 0.29% 0.67% -
XYZ 28.6 24.3 30.38 -
YUV 138.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 170 121 146 0 0.29 0.14 0.33 329.39 0.22 0.57
Hex AA 79 92 0 1D E 21 149 16 39
Octal 252 171 222 0 35 16 41 511 26 71
Binary 10101010 1111001 10010010 0 11101 1110 100001 101001001 10110 111001

Color Harmonies of #AA7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7992

Black with #AA7992

Text Example


Text Example

White with #AA7992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7992; }

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

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

background-color css

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

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

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

border-color css

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

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

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