#A58898

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

Shades of Bouquet #A58898

Tints of Bouquet #A58898

Color information

#A58898 (or 0xA58898) is unknown color: approx Bouquet. HEX triplet: A5, 88 and 98. RGB value is (165,136,152). Sum of RGB (Red+Green+Blue) = 165+136+152=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A58898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58898 is #5A7767. Grayscale: #929292. Windows color (decimal): -5928808 or 9996453. OLE color: 9996453.

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

Color convert

RGB165136152-
CMYK00.180.080.35
HSL326.9º13.88%59.02%-
HSV(B)326.9º17.58%64.71%-
XYZ29.9927.8733.51-
YUV146.5131.11141.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 152 (59.77% from 255) = 33.55%
R=36.42%
G=30.02%
B=33.55%

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
Decimal16513615200.180.080.35326.913.8859.02
HexA58898012823147e3b
Octal24521023002210435071673
Binary10100101100010001001100001001010001000111010001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58898; }

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

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

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

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

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

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

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

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