#A98999

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

Shades of Bouquet #A98999

Tints of Bouquet #A98999

Color information

#A98999 (or 0xA98999) is unknown color: approx Bouquet. HEX triplet: A9, 89 and 99. RGB value is (169,137,153). Sum of RGB (Red+Green+Blue) = 169+137+153=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 169 - color contains mainly: red. Hex color #A98999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98999 is #567666. Grayscale: #949494. Windows color (decimal): -5666407 or 10062249. OLE color: 10062249.

HSL color Cylindrical-coordinate representation of color #A98999: hue angle of 330º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A98999 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB169137153-
CMYK00.190.090.34
HSL330º15.69%60%-
HSV(B)330º18.93%66.27%-
XYZ31.0628.6334.03-
YUV148.39130.6142.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=36.82%
G=29.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913715300.190.090.3433015.6960
HexA9899901392214a103c
Octal25121123102311425122074
Binary101010011000100110011001010011100110001010100101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98999; }

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

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

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

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

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

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

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

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