#A58597

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

Shades of Bouquet #A58597

Tints of Bouquet #A58597

Color information

#A58597 (or 0xA58597) is unknown color: approx Bouquet. HEX triplet: A5, 85 and 97. RGB value is (165,133,151). Sum of RGB (Red+Green+Blue) = 165+133+151=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 165 - color contains mainly: red. Hex color #A58597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58597 is #5A7A68. Grayscale: #909090. Windows color (decimal): -5929577 or 9930149. OLE color: 9930149.

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

Color convert

RGB165133151-
CMYK00.190.080.35
HSL326.25º15.09%58.43%-
HSV(B)326.25º19.39%64.71%-
XYZ29.4927.0132.94-
YUV144.62131.6142.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.75%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=36.75%
G=29.62%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513315100.190.080.35326.2515.0958.43
HexA58597013823146f3a
Octal24520522702310435061772
Binary10100101100001011001011101001110001000111010001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58597; }

 p { color: rgb(165,133,151); }

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

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

 a { background-color: rgb(165,133,151); }

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

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

 span { border-color: rgb(165,133,151); }

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