Html Css Color HEX #AA7794 Bouquet

📋 copy color: '#AA7794'

red 170 ◦ green 119 ◦ blue 148

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

Shades of Bouquet #AA7794

Tints of Bouquet #AA7794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 38.9%
G = 27.23%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA7794 (or 0xAA7794) is known color: Bouquet. HEX triplet: AA, 77 and 94. RGB value is (170,119,148). Sum of RGB (Red+Green+Blue) = 170+119+148=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7794 is #55886B. Grayscale: #898989. Windows color (decimal): -5605484 or 9729962. OLE color: 9729962.

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

Color convert

RGB 170 119 148 -
CMYK 0 0.3 0.13 0.33
HSL 325.88º 0.23% 0.57% -
HSV(B) 325.88º 0.3% 0.67% -
XYZ 28.52 23.88 31.12 -
YUV 137.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 170 119 148 0 0.3 0.13 0.33 325.88 0.23 0.57
Hex AA 77 94 0 1E D 21 146 17 39
Octal 252 167 224 0 36 15 41 506 27 71
Binary 10101010 1110111 10010100 0 11110 1101 100001 101000110 10111 111001

Color Harmonies of #AA7794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7794

Black with #AA7794

Text Example


Text Example

White with #AA7794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7794; }

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

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

background-color css

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

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

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

border-color css

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

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

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