Html Css Color HEX #AA799B Bouquet

📋 copy color: '#AA799B'

red 170 ◦ green 121 ◦ blue 155

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

Shades of Bouquet #AA799B

Tints of Bouquet #AA799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.75%

R = 38.12%
G = 27.13%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA799B (or 0xAA799B) is known color: Bouquet. HEX triplet: AA, 79 and 9B. RGB value is (170,121,155). Sum of RGB (Red+Green+Blue) = 170+121+155=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA799B is #558664. Grayscale: #8B8B8B. Windows color (decimal): -5604965 or 10189226. OLE color: 10189226.

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

Color convert

RGB 170 121 155 -
CMYK 0 0.29 0.09 0.33
HSL 318.37º 0.22% 0.57% -
HSV(B) 318.37º 0.29% 0.67% -
XYZ 29.33 24.59 34.21 -
YUV 139.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 170 121 155 0 0.29 0.09 0.33 318.37 0.22 0.57
Hex AA 79 9B 0 1D 9 21 13E 16 39
Octal 252 171 233 0 35 11 41 476 26 71
Binary 10101010 1111001 10011011 0 11101 1001 100001 100111110 10110 111001

Color Harmonies of #AA799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA799B

Black with #AA799B

Text Example


Text Example

White with #AA799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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