#A58B99

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

Shades of Bouquet #A58B99

Tints of Bouquet #A58B99

Color information

#A58B99 (or 0xA58B99) is unknown color: approx Bouquet. HEX triplet: A5, 8B and 99. RGB value is (165,139,153). Sum of RGB (Red+Green+Blue) = 165+139+153=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58B99 is #5A7466. Grayscale: #949494. Windows color (decimal): -5928039 or 10062757. OLE color: 10062757.

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

Color convert

RGB165139153-
CMYK00.160.070.35
HSL327.69º12.62%59.61%-
HSV(B)327.69º15.76%64.71%-
XYZ30.528.7634.08-
YUV148.37130.61139.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=36.11%
G=30.42%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513915300.160.070.35327.6912.6259.61
HexA58B99010723148d3c
Octal2452132310207435101574
Binary1010010110001011100110010100001111000111010010001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B99; }

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

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

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

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

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

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

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

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