Html Css Color HEX #AA799C Bouquet

📋 copy color: '#AA799C'

red 170 ◦ green 121 ◦ blue 156

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

Shades of Bouquet #AA799C

Tints of Bouquet #AA799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 38.03%
G = 27.07%
B = 34.9%

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

#AA799C (or 0xAA799C) is known color: Bouquet. HEX triplet: AA, 79 and 9C. RGB value is (170,121,156). Sum of RGB (Red+Green+Blue) = 170+121+156=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA799C is #558663. Grayscale: #8B8B8B. Windows color (decimal): -5604964 or 10254762. OLE color: 10254762.

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

Color convert

RGB 170 121 156 -
CMYK 0 0.29 0.08 0.33
HSL 317.14º 0.22% 0.57% -
HSV(B) 317.14º 0.29% 0.67% -
XYZ 29.42 24.62 34.65 -
YUV 139.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 170 121 156 0 0.29 0.08 0.33 317.14 0.22 0.57
Hex AA 79 9C 0 1D 8 21 13D 16 39
Octal 252 171 234 0 35 10 41 475 26 71
Binary 10101010 1111001 10011100 0 11101 1000 100001 100111101 10110 111001

Color Harmonies of #AA799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA799C

Black with #AA799C

Text Example


Text Example

White with #AA799C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA799C; }

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

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

background-color css

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

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

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

border-color css

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

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

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