Html Css Color HEX #AA779E Bouquet

📋 copy color: '#AA779E'

red 170 ◦ green 119 ◦ blue 158

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

Shades of Bouquet #AA779E

Tints of Bouquet #AA779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.62%

 BLUE value IS 158 (62.11% from 255) = 35.35%

R = 38.03%
G = 26.62%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA779E (or 0xAA779E) is known color: Bouquet. HEX triplet: AA, 77 and 9E. RGB value is (170,119,158). Sum of RGB (Red+Green+Blue) = 170+119+158=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA779E is #558861. Grayscale: #8A8A8A. Windows color (decimal): -5605474 or 10385322. OLE color: 10385322.

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

Color convert

RGB 170 119 158 -
CMYK 0 0.3 0.07 0.33
HSL 314.12º 0.23% 0.57% -
HSV(B) 314.12º 0.3% 0.67% -
XYZ 29.35 24.21 35.47 -
YUV 138.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 170 119 158 0 0.3 0.07 0.33 314.12 0.23 0.57
Hex AA 77 9E 0 1E 7 21 13A 17 39
Octal 252 167 236 0 36 7 41 472 27 71
Binary 10101010 1110111 10011110 0 11110 111 100001 100111010 10111 111001

Color Harmonies of #AA779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA779E

Black with #AA779E

Text Example


Text Example

White with #AA779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA779E; }

 p { color: rgb(170,119,158); }

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

background-color css

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

 a { background-color: rgb(170,119,158); }

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

border-color css

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

 span { border-color: rgb(170,119,158); }

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