#A08D99

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

Shades of Bouquet #A08D99

Tints of Bouquet #A08D99

Color information

#A08D99 (or 0xA08D99) is unknown color: approx Bouquet. HEX triplet: A0, 8D and 99. RGB value is (160,141,153). Sum of RGB (Red+Green+Blue) = 160+141+153=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D99 is #5F7266. Grayscale: #949494. Windows color (decimal): -6255207 or 10063264. OLE color: 10063264.

HSL color Cylindrical-coordinate representation of color #A08D99: hue angle of 322.11º 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 #A08D99 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB160141153-
CMYK00.120.040.37
HSL322.11º9.09%59.02%-
HSV(B)322.11º11.87%62.75%-
XYZ29.7728.8234.13-
YUV148.05130.79136.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=35.24%
G=31.06%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014115300.120.040.37322.119.0959.02
HexA08D990C42514293b
Octal2402152310144455021173
Binary101000001000110110011001011001001001011010000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D99; }

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

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

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

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

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

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

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

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