#A58199

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

Shades of Bouquet #A58199

Tints of Bouquet #A58199

Color information

#A58199 (or 0xA58199) is unknown color: approx Bouquet. HEX triplet: A5, 81 and 99. RGB value is (165,129,153). Sum of RGB (Red+Green+Blue) = 165+129+153=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 165 - color contains mainly: red. Hex color #A58199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58199 is #5A7E66. Grayscale: #8E8E8E. Windows color (decimal): -5930599 or 10060197. OLE color: 10060197.

HSL color Cylindrical-coordinate representation of color #A58199: hue angle of 320º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A58199 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB165129153-
CMYK00.220.070.35
HSL320º16.67%57.65%-
HSV(B)320º21.82%64.71%-
XYZ29.122633.62-
YUV142.5133.93144.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 129 (50.78% from 255) = 28.86%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=36.91%
G=28.86%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512915300.220.070.3532016.6757.65
HexA58199016723140113a
Octal2452012310267435002172
Binary10100101100000011001100101011011110001110100000010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58199; }

 p { color: rgb(165,129,153); }

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

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

 a { background-color: rgb(165,129,153); }

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

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

 span { border-color: rgb(165,129,153); }

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