Html Css Color HEX #AA7796 Bouquet

📋 copy color: '#AA7796'

red 170 ◦ green 119 ◦ blue 150

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

Shades of Bouquet #AA7796

Tints of Bouquet #AA7796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.17%

R = 38.72%
G = 27.11%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA7796 (or 0xAA7796) is known color: Bouquet. HEX triplet: AA, 77 and 96. RGB value is (170,119,150). Sum of RGB (Red+Green+Blue) = 170+119+150=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7796 is #558869. Grayscale: #898989. Windows color (decimal): -5605482 or 9861034. OLE color: 9861034.

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

Color convert

RGB 170 119 150 -
CMYK 0 0.3 0.12 0.33
HSL 323.53º 0.23% 0.57% -
HSV(B) 323.53º 0.3% 0.67% -
XYZ 28.68 23.94 31.96 -
YUV 137.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 170 119 150 0 0.3 0.12 0.33 323.53 0.23 0.57
Hex AA 77 96 0 1E C 21 144 17 39
Octal 252 167 226 0 36 14 41 504 27 71
Binary 10101010 1110111 10010110 0 11110 1100 100001 101000100 10111 111001

Color Harmonies of #AA7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7796

Black with #AA7796

Text Example


Text Example

White with #AA7796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7796; }

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

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

background-color css

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

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

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

border-color css

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

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

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