#A58098

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

Shades of Bouquet #A58098

Tints of Bouquet #A58098

Color information

#A58098 (or 0xA58098) is unknown color: approx Bouquet. HEX triplet: A5, 80 and 98. RGB value is (165,128,152). Sum of RGB (Red+Green+Blue) = 165+128+152=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A58098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58098 is #5A7F67. Grayscale: #8D8D8D. Windows color (decimal): -5930856 or 9994405. OLE color: 9994405.

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

Color convert

RGB165128152-
CMYK00.220.080.35
HSL321.08º17.05%57.45%-
HSV(B)321.08º22.42%64.71%-
XYZ28.925.733.14-
YUV141.8133.76144.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=37.08%
G=28.76%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512815200.220.080.35321.0817.0557.45
HexA580980168231411139
Octal24520023002610435012171
Binary101001011000000010011000010110100010001110100000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58098; }

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

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

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

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

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

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

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

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