#AA8BA1

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

Shades of Bouquet #AA8BA1

Tints of Bouquet #AA8BA1

Color information

#AA8BA1 (or 0xAA8BA1) is unknown color: approx Bouquet. HEX triplet: AA, 8B and A1. RGB value is (170,139,161). Sum of RGB (Red+Green+Blue) = 170+139+161=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BA1 is #55745E. Grayscale: #969696. Windows color (decimal): -5600351 or 10587050. OLE color: 10587050.

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

Color convert

RGB170139161-
CMYK00.180.050.33
HSL317.42º15.42%60.59%-
HSV(B)317.42º18.24%66.67%-
XYZ32.2429.5837.73-
YUV150.78133.77141.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=36.17%
G=29.57%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013916100.180.050.33317.4215.4260.59
HexAA8BA101252113df3d
Octal2522132410225414751775
Binary1010101010001011101000010100101011000011001111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BA1; }

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

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

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

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

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

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

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

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