#A98896

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

Shades of Bouquet #A98896

Tints of Bouquet #A98896

Color information

#A98896 (or 0xA98896) is unknown color: approx Bouquet. HEX triplet: A9, 88 and 96. RGB value is (169,136,150). Sum of RGB (Red+Green+Blue) = 169+136+150=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A98896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98896 is #567769. Grayscale: #939393. Windows color (decimal): -5666666 or 9865385. OLE color: 9865385.

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

Color convert

RGB169136150-
CMYK00.200.110.34
HSL334.55º16.1%59.8%-
HSV(B)334.55º19.53%66.27%-
XYZ30.6728.2532.69-
YUV147.46129.43143.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=37.14%
G=29.89%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913615000.200.110.34334.5516.159.8
HexA98896014B2214f103c
Octal25121022602413425172074
Binary101010011000100010010110010100101110001010100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98896; }

 p { color: rgb(169,136,150); }

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

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

 a { background-color: rgb(169,136,150); }

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

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

 span { border-color: rgb(169,136,150); }

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