#A48295

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

Shades of Bouquet #A48295

Tints of Bouquet #A48295

Color information

#A48295 (or 0xA48295) is unknown color: approx Bouquet. HEX triplet: A4, 82 and 95. RGB value is (164,130,149). Sum of RGB (Red+Green+Blue) = 164+130+149=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A48295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48295 is #5B7D6A. Grayscale: #8E8E8E. Windows color (decimal): -5995883 or 9798308. OLE color: 9798308.

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

Color convert

RGB164130149-
CMYK00.210.090.36
HSL326.47º15.74%57.65%-
HSV(B)326.47º20.73%64.31%-
XYZ28.7226.0331.94-
YUV142.33131.76143.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=37.02%
G=29.35%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413014900.210.090.36326.4715.7457.65
HexA48295015924146103a
Octal24420222502511445062072
Binary101001001000001010010101010101100110010010100011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48295; }

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

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

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

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

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

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

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

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