Html Css Color HEX #AA7696 Bouquet

📋 copy color: '#AA7696'

red 170 ◦ green 118 ◦ blue 150

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

Shades of Bouquet #AA7696

Tints of Bouquet #AA7696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.94%

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

R = 38.81%
G = 26.94%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA7696 (or 0xAA7696) is known color: Bouquet. HEX triplet: AA, 76 and 96. RGB value is (170,118,150). Sum of RGB (Red+Green+Blue) = 170+118+150=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7696 is #558969. Grayscale: #898989. Windows color (decimal): -5605738 or 9860778. OLE color: 9860778.

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

Color convert

RGB 170 118 150 -
CMYK 0 0.31 0.12 0.33
HSL 323.08º 0.23% 0.56% -
HSV(B) 323.08º 0.31% 0.67% -
XYZ 28.56 23.7 31.92 -
YUV 137.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 170 118 150 0 0.31 0.12 0.33 323.08 0.23 0.56
Hex AA 76 96 0 1F C 21 143 17 38
Octal 252 166 226 0 37 14 41 503 27 70
Binary 10101010 1110110 10010110 0 11111 1100 100001 101000011 10111 111000

Color Harmonies of #AA7696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7696

Black with #AA7696

Text Example


Text Example

White with #AA7696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7696; }

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

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

background-color css

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

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

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

border-color css

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

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

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