#A48994

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

Shades of Bouquet #A48994

Tints of Bouquet #A48994

Color information

#A48994 (or 0xA48994) is unknown color: approx Bouquet. HEX triplet: A4, 89 and 94. RGB value is (164,137,148). Sum of RGB (Red+Green+Blue) = 164+137+148=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A48994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48994 is #5B766B. Grayscale: #929292. Windows color (decimal): -5994092 or 9734564. OLE color: 9734564.

HSL color Cylindrical-coordinate representation of color #A48994: hue angle of 335.56º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A48994 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB164137148-
CMYK00.160.100.36
HSL335.56º12.92%59.02%-
HSV(B)335.56º16.46%64.31%-
XYZ29.627.9231.85-
YUV146.33128.95140.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=36.53%
G=30.51%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413714800.160.100.36335.5612.9259.02
HexA48994010A24150d3b
Octal24421122402012445201573
Binary10100100100010011001010001000010101001001010100001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48994; }

 p { color: rgb(164,137,148); }

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

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

 a { background-color: rgb(164,137,148); }

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

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

 span { border-color: rgb(164,137,148); }

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