#A58C99

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

Shades of Bouquet #A58C99

Tints of Bouquet #A58C99

Color information

#A58C99 (or 0xA58C99) is unknown color: approx Bouquet. HEX triplet: A5, 8C and 99. RGB value is (165,140,153). Sum of RGB (Red+Green+Blue) = 165+140+153=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58C99 is #5A7366. Grayscale: #949494. Windows color (decimal): -5927783 or 10063013. OLE color: 10063013.

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

Color convert

RGB165140153-
CMYK00.150.070.35
HSL328.8º12.2%59.8%-
HSV(B)328.8º15.15%64.71%-
XYZ30.6429.0634.13-
YUV148.96130.28139.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=36.03%
G=30.57%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514015300.150.070.35328.812.259.8
HexA58C990F723149c3c
Octal2452142310177435111474
Binary101001011000110010011001011111111000111010010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C99; }

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

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

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

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

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

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

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

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