Html Css Color HEX #AA799D Bouquet

📋 copy color: '#AA799D'

red 170 ◦ green 121 ◦ blue 157

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

Shades of Bouquet #AA799D

Tints of Bouquet #AA799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 37.95%
G = 27.01%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA799D (or 0xAA799D) is known color: Bouquet. HEX triplet: AA, 79 and 9D. RGB value is (170,121,157). Sum of RGB (Red+Green+Blue) = 170+121+157=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA799D is #558662. Grayscale: #8B8B8B. Windows color (decimal): -5604963 or 10320298. OLE color: 10320298.

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

Color convert

RGB 170 121 157 -
CMYK 0 0.29 0.08 0.33
HSL 315.92º 0.22% 0.57% -
HSV(B) 315.92º 0.29% 0.67% -
XYZ 29.5 24.66 35.1 -
YUV 139.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 170 121 157 0 0.29 0.08 0.33 315.92 0.22 0.57
Hex AA 79 9D 0 1D 8 21 13C 16 39
Octal 252 171 235 0 35 10 41 474 26 71
Binary 10101010 1111001 10011101 0 11101 1000 100001 100111100 10110 111001

Color Harmonies of #AA799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA799D

Black with #AA799D

Text Example


Text Example

White with #AA799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA799D; }

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

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

background-color css

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

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

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

border-color css

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

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

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