#A58C9F

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

Shades of Bouquet #A58C9F

Tints of Bouquet #A58C9F

Color information

#A58C9F (or 0xA58C9F) is unknown color: approx Bouquet. HEX triplet: A5, 8C and 9F. RGB value is (165,140,159). Sum of RGB (Red+Green+Blue) = 165+140+159=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58C9F is #5A7360. Grayscale: #959595. Windows color (decimal): -5927777 or 10456229. OLE color: 10456229.

HSL color Cylindrical-coordinate representation of color #A58C9F: hue angle of 314.4º 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 #A58C9F is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165140159-
CMYK00.150.040.35
HSL314.4º12.2%59.8%-
HSV(B)314.4º15.15%64.71%-
XYZ31.1529.2636.81-
YUV149.64133.28138.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=35.56%
G=30.17%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514015900.150.040.35314.412.259.8
HexA58C9F0F42313ac3c
Octal2452142370174434721474
Binary101001011000110010011111011111001000111001110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C9F; }

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

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

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

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

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

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

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

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