Html Css Color HEX #AA7996 Bouquet

📋 copy color: '#AA7996'

red 170 ◦ green 121 ◦ blue 150

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

Shades of Bouquet #AA7996

Tints of Bouquet #AA7996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 38.55%
G = 27.44%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA7996 (or 0xAA7996) is known color: Bouquet. HEX triplet: AA, 79 and 96. RGB value is (170,121,150). Sum of RGB (Red+Green+Blue) = 170+121+150=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7996 is #558669. Grayscale: #8A8A8A. Windows color (decimal): -5604970 or 9861546. OLE color: 9861546.

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

Color convert

RGB 170 121 150 -
CMYK 0 0.29 0.12 0.33
HSL 324.49º 0.22% 0.57% -
HSV(B) 324.49º 0.29% 0.67% -
XYZ 28.92 24.42 32.04 -
YUV 138.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 170 121 150 0 0.29 0.12 0.33 324.49 0.22 0.57
Hex AA 79 96 0 1D C 21 144 16 39
Octal 252 171 226 0 35 14 41 504 26 71
Binary 10101010 1111001 10010110 0 11101 1100 100001 101000100 10110 111001

Color Harmonies of #AA7996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7996

Black with #AA7996

Text Example


Text Example

White with #AA7996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7996; }

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

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

background-color css

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

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

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

border-color css

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

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

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