#AA6D95

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

Shades of Bouquet #AA6D95

Tints of Bouquet #AA6D95

Color information

#AA6D95 (or 0xAA6D95) is unknown color: approx Bouquet. HEX triplet: AA, 6D and 95. RGB value is (170,109,149). Sum of RGB (Red+Green+Blue) = 170+109+149=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D95 is #55926A. Grayscale: #838383. Windows color (decimal): -5608043 or 9792938. OLE color: 9792938.

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

Color convert

RGB170109149-
CMYK00.360.120.33
HSL320.66º26.41%54.71%-
HSV(B)320.66º35.88%66.67%-
XYZ27.4721.6531.17-
YUV131.8137.71155.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=39.72%
G=25.47%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010914900.360.120.33320.6626.4154.71
HexAA6D95024C211411a37
Octal25215522504414415013267
Binary101010101101101100101010100100110010000110100000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D95; }

 p { color: rgb(170,109,149); }

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

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

 a { background-color: rgb(170,109,149); }

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

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

 span { border-color: rgb(170,109,149); }

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