#AA8295

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

Shades of Bouquet #AA8295

Tints of Bouquet #AA8295

Color information

#AA8295 (or 0xAA8295) is unknown color: approx Bouquet. HEX triplet: AA, 82 and 95. RGB value is (170,130,149). Sum of RGB (Red+Green+Blue) = 170+130+149=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8295 is #557D6A. Grayscale: #909090. Windows color (decimal): -5602667 or 9798314. OLE color: 9798314.

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

Color convert

RGB170130149-
CMYK00.240.120.33
HSL331.5º19.05%58.82%-
HSV(B)331.5º23.53%66.67%-
XYZ29.9926.6832-
YUV144.13130.75146.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=37.86%
G=28.95%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013014900.240.120.33331.519.0558.82
HexAA8295018C2114c133b
Octal25220222503014415142373
Binary101010101000001010010101011000110010000110100110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8295; }

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

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

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

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

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

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

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

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