#A98796

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

Shades of Bouquet #A98796

Tints of Bouquet #A98796

Color information

#A98796 (or 0xA98796) is unknown color: approx Bouquet. HEX triplet: A9, 87 and 96. RGB value is (169,135,150). Sum of RGB (Red+Green+Blue) = 169+135+150=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A98796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98796 is #567869. Grayscale: #929292. Windows color (decimal): -5666922 or 9865129. OLE color: 9865129.

HSL color Cylindrical-coordinate representation of color #A98796: hue angle of 333.53º degrees, saturation: 0.17, 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 #A98796 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169135150-
CMYK00.200.110.34
HSL333.53º16.5%59.61%-
HSV(B)333.53º20.12%66.27%-
XYZ30.5327.9632.64-
YUV146.88129.76143.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=37.22%
G=29.74%
B=33.04%

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
Decimal16913515000.200.110.34333.5316.559.61
HexA98796014B2214e113c
Octal25120722602413425162174
Binary101010011000011110010110010100101110001010100111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98796; }

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

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

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

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

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

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

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

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