#AA8B98

Color #AA8B98 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AA8B98

Tints of Bouquet #AA8B98

Color information

#AA8B98 (or 0xAA8B98) is unknown color: approx Bouquet. HEX triplet: AA, 8B and 98. RGB value is (170,139,152). Sum of RGB (Red+Green+Blue) = 170+139+152=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8B98 is #557467. Grayscale: #959595. Windows color (decimal): -5600360 or 9997226. OLE color: 9997226.

HSL color Cylindrical-coordinate representation of color #AA8B98: hue angle of 334.84º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8B98 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB170139152-
CMYK00.180.110.33
HSL334.84º15.42%60.59%-
HSV(B)334.84º18.24%66.67%-
XYZ31.4829.2833.7-
YUV149.75129.27142.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 152 (59.77% from 255) = 32.97%
R=36.88%
G=30.15%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013915200.180.110.33334.8415.4260.59
HexAA8B98012B2114ff3d
Octal25221323002213415171775
Binary10101010100010111001100001001010111000011010011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B98; }

 p { color: rgb(170,139,152); }

 H1.HeaderClassName
 {
   color: #AA8B98;
 }
 .AnyTagClassName
 {
   color: #AA8B98;
 }
</style>
background-color css

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

 a { background-color: rgb(170,139,152); }

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

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

 span { border-color: rgb(170,139,152); }

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