#A48590

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

Shades of Bouquet #A48590

Tints of Bouquet #A48590

Color information

#A48590 (or 0xA48590) is unknown color: approx Bouquet. HEX triplet: A4, 85 and 90. RGB value is (164,133,144). Sum of RGB (Red+Green+Blue) = 164+133+144=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A48590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48590 is #5B7A6F. Grayscale: #8F8F8F. Windows color (decimal): -5995120 or 9471396. OLE color: 9471396.

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

Color convert

RGB164133144-
CMYK00.190.120.36
HSL338.71º14.55%58.24%-
HSV(B)338.71º18.9%64.31%-
XYZ28.7326.6830.02-
YUV143.52128.27142.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=37.19%
G=30.16%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413314400.190.120.36338.7114.5558.24
HexA48590013C24153f3a
Octal24420522002314445231772
Binary10100100100001011001000001001111001001001010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48590; }

 p { color: rgb(164,133,144); }

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

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

 a { background-color: rgb(164,133,144); }

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

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

 span { border-color: rgb(164,133,144); }

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