#A48D99

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

Shades of Bouquet #A48D99

Tints of Bouquet #A48D99

Color information

#A48D99 (or 0xA48D99) is unknown color: approx Bouquet. HEX triplet: A4, 8D and 99. RGB value is (164,141,153). Sum of RGB (Red+Green+Blue) = 164+141+153=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D99 is #5B7266. Grayscale: #959595. Windows color (decimal): -5993063 or 10063268. OLE color: 10063268.

HSL color Cylindrical-coordinate representation of color #A48D99: hue angle of 328.7º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A48D99 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164141153-
CMYK00.140.070.36
HSL328.7º11.22%59.8%-
HSV(B)328.7º14.02%64.31%-
XYZ30.5829.2434.17-
YUV149.24130.12138.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=35.81%
G=30.79%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414115300.140.070.36328.711.2259.8
HexA48D990E724149b3c
Octal2442152310167445111374
Binary101001001000110110011001011101111001001010010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D99; }

 p { color: rgb(164,141,153); }

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

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

 a { background-color: rgb(164,141,153); }

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

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

 span { border-color: rgb(164,141,153); }

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