#A58798

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

Shades of Bouquet #A58798

Tints of Bouquet #A58798

Color information

#A58798 (or 0xA58798) is unknown color: approx Bouquet. HEX triplet: A5, 87 and 98. RGB value is (165,135,152). Sum of RGB (Red+Green+Blue) = 165+135+152=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A58798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58798 is #5A7867. Grayscale: #919191. Windows color (decimal): -5929064 or 9996197. OLE color: 9996197.

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

Color convert

RGB165135152-
CMYK00.180.080.35
HSL326º14.29%58.82%-
HSV(B)326º18.18%64.71%-
XYZ29.8527.5933.46-
YUV145.91131.44141.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 152 (59.77% from 255) = 33.63%
R=36.50%
G=29.87%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513515200.180.080.3532614.2958.82
HexA58798012823146e3b
Octal24520723002210435061673
Binary10100101100001111001100001001010001000111010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58798; }

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

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

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

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

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

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

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

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