#A58791

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

Shades of Bouquet #A58791

Tints of Bouquet #A58791

Color information

#A58791 (or 0xA58791) is unknown color: approx Bouquet. HEX triplet: A5, 87 and 91. RGB value is (165,135,145). Sum of RGB (Red+Green+Blue) = 165+135+145=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A58791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58791 is #5A786E. Grayscale: #919191. Windows color (decimal): -5929071 or 9537445. OLE color: 9537445.

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

Color convert

RGB165135145-
CMYK00.180.120.35
HSL340º14.29%58.82%-
HSV(B)340º18.18%64.71%-
XYZ29.2927.3730.53-
YUV145.11127.94142.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 145 (57.03% from 255) = 32.58%
R=37.08%
G=30.34%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513514500.180.120.3534014.2958.82
HexA58791012C23154e3b
Octal24520722102214435241673
Binary10100101100001111001000101001011001000111010101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58791; }

 p { color: rgb(165,135,145); }

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

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

 a { background-color: rgb(165,135,145); }

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

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

 span { border-color: rgb(165,135,145); }

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