Html Css Color HEX #AA779A Bouquet

📋 copy color: '#AA779A'

red 170 ◦ green 119 ◦ blue 154

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

Shades of Bouquet #AA779A

Tints of Bouquet #AA779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 38.37%
G = 26.86%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA779A (or 0xAA779A) is known color: Bouquet. HEX triplet: AA, 77 and 9A. RGB value is (170,119,154). Sum of RGB (Red+Green+Blue) = 170+119+154=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA779A is #558865. Grayscale: #8A8A8A. Windows color (decimal): -5605478 or 10123178. OLE color: 10123178.

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

Color convert

RGB 170 119 154 -
CMYK 0 0.3 0.09 0.33
HSL 318.82º 0.23% 0.57% -
HSV(B) 318.82º 0.3% 0.67% -
XYZ 29.01 24.07 33.69 -
YUV 138.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 170 119 154 0 0.3 0.09 0.33 318.82 0.23 0.57
Hex AA 77 9A 0 1E 9 21 13F 17 39
Octal 252 167 232 0 36 11 41 477 27 71
Binary 10101010 1110111 10011010 0 11110 1001 100001 100111111 10111 111001

Color Harmonies of #AA779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA779A

Black with #AA779A

Text Example


Text Example

White with #AA779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA779A; }

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

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

background-color css

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

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

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

border-color css

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

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

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