#A08999

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

Shades of Bouquet #A08999

Tints of Bouquet #A08999

Color information

#A08999 (or 0xA08999) is unknown color: approx Bouquet. HEX triplet: A0, 89 and 99. RGB value is (160,137,153). Sum of RGB (Red+Green+Blue) = 160+137+153=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A08999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08999 is #5F7666. Grayscale: #919191. Windows color (decimal): -6256231 or 10062240. OLE color: 10062240.

HSL color Cylindrical-coordinate representation of color #A08999: hue angle of 318.26º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08999 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB160137153-
CMYK00.140.040.37
HSL318.26º10.8%58.24%-
HSV(B)318.26º14.37%62.75%-
XYZ29.1927.6633.94-
YUV145.7132.12138.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 153 (60.16% from 255) = 34%
R=35.56%
G=30.44%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013715300.140.040.37318.2610.858.24
HexA089990E42513eb3a
Octal2402112310164454761372
Binary101000001000100110011001011101001001011001111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08999; }

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

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

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

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

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

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

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

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