#A98D9B

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

Shades of Bouquet #A98D9B

Tints of Bouquet #A98D9B

Color information

#A98D9B (or 0xA98D9B) is unknown color: approx Bouquet. HEX triplet: A9, 8D and 9B. RGB value is (169,141,155). Sum of RGB (Red+Green+Blue) = 169+141+155=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98D9B is #567264. Grayscale: #969696. Windows color (decimal): -5665381 or 10194345. OLE color: 10194345.

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

Color convert

RGB169141155-
CMYK00.170.080.34
HSL330º14%60.78%-
HSV(B)330º16.57%66.27%-
XYZ31.829.8535.1-
YUV150.97130.28140.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=36.34%
G=30.32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914115500.170.080.343301460.78
HexA98D9B01182214ae3d
Octal25121523302110425121675
Binary10101001100011011001101101000110001000101010010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D9B; }

 p { color: rgb(169,141,155); }

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

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

 a { background-color: rgb(169,141,155); }

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

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

 span { border-color: rgb(169,141,155); }

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