#A48299

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

Shades of Bouquet #A48299

Tints of Bouquet #A48299

Color information

#A48299 (or 0xA48299) is unknown color: approx Bouquet. HEX triplet: A4, 82 and 99. RGB value is (164,130,153). Sum of RGB (Red+Green+Blue) = 164+130+153=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A48299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48299 is #5B7D66. Grayscale: #8E8E8E. Windows color (decimal): -5995879 or 10060452. OLE color: 10060452.

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

Color convert

RGB164130153-
CMYK00.210.070.36
HSL319.41º15.74%57.65%-
HSV(B)319.41º20.73%64.31%-
XYZ29.0426.1633.66-
YUV142.79133.76143.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=36.69%
G=29.08%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413015300.210.070.36319.4115.7457.65
HexA4829901572413f103a
Octal2442022310257444772072
Binary10100100100000101001100101010111110010010011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48299; }

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

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

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

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

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

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

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

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