Html Css Color HEX #AA8396 Bouquet

📋 copy color: '#AA8396'

red 170 ◦ green 131 ◦ blue 150

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

Shades of Bouquet #AA8396

Tints of Bouquet #AA8396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.05%

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

R = 37.69%
G = 29.05%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA8396 (or 0xAA8396) is known color: Bouquet. HEX triplet: AA, 83 and 96. RGB value is (170,131,150). Sum of RGB (Red+Green+Blue) = 170+131+150=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8396 is #557C69. Grayscale: #909090. Windows color (decimal): -5602410 or 9864106. OLE color: 9864106.

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

Color convert

RGB 170 131 150 -
CMYK 0 0.23 0.12 0.33
HSL 330.77º 0.19% 0.59% -
HSV(B) 330.77º 0.23% 0.67% -
XYZ 30.2 26.98 32.47 -
YUV 144.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 170 131 150 0 0.23 0.12 0.33 330.77 0.19 0.59
Hex AA 83 96 0 17 C 21 14B 13 3B
Octal 252 203 226 0 27 14 41 513 23 73
Binary 10101010 10000011 10010110 0 10111 1100 100001 101001011 10011 111011

Color Harmonies of #AA8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8396

Black with #AA8396

Text Example


Text Example

White with #AA8396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8396; }

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

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

background-color css

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

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

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

border-color css

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

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

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