#A08B98

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

Shades of Bouquet #A08B98

Tints of Bouquet #A08B98

Color information

#A08B98 (or 0xA08B98) is unknown color: approx Bouquet. HEX triplet: A0, 8B and 98. RGB value is (160,139,152). Sum of RGB (Red+Green+Blue) = 160+139+152=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08B98 is #5F7467. Grayscale: #929292. Windows color (decimal): -6255720 or 9997216. OLE color: 9997216.

HSL color Cylindrical-coordinate representation of color #A08B98: hue angle of 322.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A08B98 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB160139152-
CMYK00.130.050.37
HSL322.86º9.95%58.63%-
HSV(B)322.86º13.12%62.75%-
XYZ29.428.2133.6-
YUV146.76130.96137.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=35.48%
G=30.82%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013915200.130.050.37322.869.9558.63
HexA08B980D525143a3b
Octal2402132300155455031273
Binary101000001000101110011000011011011001011010000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08B98; }

 p { color: rgb(160,139,152); }

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

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

 a { background-color: rgb(160,139,152); }

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

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

 span { border-color: rgb(160,139,152); }

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