#A48998

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

Shades of Bouquet #A48998

Tints of Bouquet #A48998

Color information

#A48998 (or 0xA48998) is unknown color: approx Bouquet. HEX triplet: A4, 89 and 98. RGB value is (164,137,152). Sum of RGB (Red+Green+Blue) = 164+137+152=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A48998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48998 is #5B7667. Grayscale: #929292. Windows color (decimal): -5994088 or 9996708. OLE color: 9996708.

HSL color Cylindrical-coordinate representation of color #A48998: hue angle of 326.67º 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 #A48998 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164137152-
CMYK00.160.070.36
HSL326.67º12.92%59.02%-
HSV(B)326.67º16.46%64.31%-
XYZ29.9228.0533.54-
YUV146.78130.95140.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 152 (59.77% from 255) = 33.55%
R=36.20%
G=30.24%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413715200.160.070.36326.6712.9259.02
HexA48998010724147d3b
Octal2442112300207445071573
Binary1010010010001001100110000100001111001001010001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48998; }

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

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

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

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

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

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

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

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