#A08D98

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

Shades of Bouquet #A08D98

Tints of Bouquet #A08D98

Color information

#A08D98 (or 0xA08D98) is unknown color: approx Bouquet. HEX triplet: A0, 8D and 98. RGB value is (160,141,152). Sum of RGB (Red+Green+Blue) = 160+141+152=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D98 is #5F7267. Grayscale: #939393. Windows color (decimal): -6255208 or 9997728. OLE color: 9997728.

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

Color convert

RGB160141152-
CMYK00.120.050.37
HSL325.26º9.09%59.02%-
HSV(B)325.26º11.87%62.75%-
XYZ29.6928.7933.7-
YUV147.94130.29136.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 152 (59.77% from 255) = 33.55%
R=35.32%
G=31.13%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014115200.120.050.37325.269.0959.02
HexA08D980C52514593b
Octal2402152300145455051173
Binary101000001000110110011000011001011001011010001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D98; }

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

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

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

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

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

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

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

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