#A58592

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

Shades of Bouquet #A58592

Tints of Bouquet #A58592

Color information

#A58592 (or 0xA58592) is unknown color: approx Bouquet. HEX triplet: A5, 85 and 92. RGB value is (165,133,146). Sum of RGB (Red+Green+Blue) = 165+133+146=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A58592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58592 is #5A7A6D. Grayscale: #909090. Windows color (decimal): -5929582 or 9602469. OLE color: 9602469.

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

Color convert

RGB165133146-
CMYK00.190.120.35
HSL335.62º15.09%58.43%-
HSV(B)335.62º19.39%64.71%-
XYZ29.0926.8530.84-
YUV144.05129.1142.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 146 (57.42% from 255) = 32.88%
R=37.16%
G=29.95%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513314600.190.120.35335.6215.0958.43
HexA58592013C23150f3a
Octal24520522202314435201772
Binary10100101100001011001001001001111001000111010100001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58592; }

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

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

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

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

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

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

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

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