#A8729A

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

Shades of Bouquet #A8729A

Tints of Bouquet #A8729A

Color information

#A8729A (or 0xA8729A) is unknown color: approx Bouquet. HEX triplet: A8, 72 and 9A. RGB value is (168,114,154). Sum of RGB (Red+Green+Blue) = 168+114+154=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A8729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8729A is #578D65. Grayscale: #868686. Windows color (decimal): -5737830 or 10121896. OLE color: 10121896.

HSL color Cylindrical-coordinate representation of color #A8729A: hue angle of 315.56º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8729A is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB168114154-
CMYK00.320.080.34
HSL315.56º23.68%55.29%-
HSV(B)315.56º32.14%65.88%-
XYZ2822.6933.48-
YUV134.71138.89151.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=38.53%
G=26.15%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811415400.320.080.34315.5623.6855.29
HexA8729A02082213c1837
Octal25016223204010424743067
Binary101010001110010100110100100000100010001010011110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8729A; }

 p { color: rgb(168,114,154); }

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

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

 a { background-color: rgb(168,114,154); }

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

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

 span { border-color: rgb(168,114,154); }

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