#AA738F

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

Shades of Bouquet #AA738F

Tints of Bouquet #AA738F

Color information

#AA738F (or 0xAA738F) is unknown color: approx Bouquet. HEX triplet: AA, 73 and 8F. RGB value is (170,115,143). Sum of RGB (Red+Green+Blue) = 170+115+143=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA738F is #558C70. Grayscale: #868686. Windows color (decimal): -5606513 or 9401258. OLE color: 9401258.

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

Color convert

RGB170115143-
CMYK00.320.160.33
HSL329.45º24.44%55.88%-
HSV(B)329.45º32.35%66.67%-
XYZ27.6722.7928.93-
YUV134.64132.72153.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=39.72%
G=26.87%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011514300.320.160.33329.4524.4455.88
HexAA738F02010211491838
Octal25216321704020415113070
Binary1010101011100111000111101000001000010000110100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA738F; }

 p { color: rgb(170,115,143); }

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

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

 a { background-color: rgb(170,115,143); }

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

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

 span { border-color: rgb(170,115,143); }

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