#A58390

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

Shades of Bouquet #A58390

Tints of Bouquet #A58390

Color information

#A58390 (or 0xA58390) is unknown color: approx Bouquet. HEX triplet: A5, 83 and 90. RGB value is (165,131,144). Sum of RGB (Red+Green+Blue) = 165+131+144=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A58390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58390 is #5A7C6F. Grayscale: #8E8E8E. Windows color (decimal): -5930096 or 9470885. OLE color: 9470885.

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

Color convert

RGB165131144-
CMYK00.210.130.35
HSL337.06º15.89%58.04%-
HSV(B)337.06º20.61%64.71%-
XYZ28.6726.2529.94-
YUV142.65128.76143.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 131 (51.56% from 255) = 29.77%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=37.5%
G=29.77%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513114400.210.130.35337.0615.8958.04
HexA58390015D23151103a
Octal24520322002515435212072
Binary101001011000001110010000010101110110001110101000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58390; }

 p { color: rgb(165,131,144); }

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

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

 a { background-color: rgb(165,131,144); }

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

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

 span { border-color: rgb(165,131,144); }

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