Html Css Color HEX #AA8696 Bouquet

📋 copy color: '#AA8696'

red 170 ◦ green 134 ◦ blue 150

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

Shades of Bouquet #AA8696

Tints of Bouquet #AA8696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.52%

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

R = 37.44%
G = 29.52%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA8696 (or 0xAA8696) is known color: Bouquet. HEX triplet: AA, 86 and 96. RGB value is (170,134,150). Sum of RGB (Red+Green+Blue) = 170+134+150=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8696 is #557969. Grayscale: #929292. Windows color (decimal): -5601642 or 9864874. OLE color: 9864874.

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

Color convert

RGB 170 134 150 -
CMYK 0 0.21 0.12 0.33
HSL 333.33º 0.17% 0.6% -
HSV(B) 333.33º 0.21% 0.67% -
XYZ 30.61 27.8 32.61 -
YUV 146.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 170 134 150 0 0.21 0.12 0.33 333.33 0.17 0.6
Hex AA 86 96 0 15 C 21 14D 11 3C
Octal 252 206 226 0 25 14 41 515 21 74
Binary 10101010 10000110 10010110 0 10101 1100 100001 101001101 10001 111100

Color Harmonies of #AA8696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8696

Black with #AA8696

Text Example


Text Example

White with #AA8696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8696; }

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

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

background-color css

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

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

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

border-color css

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

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

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