#A48B99

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

Shades of Bouquet #A48B99

Tints of Bouquet #A48B99

Color information

#A48B99 (or 0xA48B99) is unknown color: approx Bouquet. HEX triplet: A4, 8B and 99. RGB value is (164,139,153). Sum of RGB (Red+Green+Blue) = 164+139+153=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B99 is #5B7466. Grayscale: #949494. Windows color (decimal): -5993575 or 10062756. OLE color: 10062756.

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

Color convert

RGB164139153-
CMYK00.150.070.36
HSL326.4º12.08%59.41%-
HSV(B)326.4º15.24%64.31%-
XYZ30.2928.6634.07-
YUV148.07130.78139.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=35.96%
G=30.48%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413915300.150.070.36326.412.0859.41
HexA48B990F724146c3b
Octal2442132310177445061473
Binary101001001000101110011001011111111001001010001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B99; }

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

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

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

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

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

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

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

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