#A48495

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

Shades of Bouquet #A48495

Tints of Bouquet #A48495

Color information

#A48495 (or 0xA48495) is unknown color: approx Bouquet. HEX triplet: A4, 84 and 95. RGB value is (164,132,149). Sum of RGB (Red+Green+Blue) = 164+132+149=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48495 is #5B7B6A. Grayscale: #8F8F8F. Windows color (decimal): -5995371 or 9798820. OLE color: 9798820.

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

Color convert

RGB164132149-
CMYK00.200.090.36
HSL328.12º14.95%58.04%-
HSV(B)328.12º19.51%64.31%-
XYZ28.9926.5632.03-
YUV143.51131.1142.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=36.85%
G=29.66%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413214900.200.090.36328.1214.9558.04
HexA48495014924148f3a
Octal24420422502411445101772
Binary10100100100001001001010101010010011001001010010001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48495; }

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

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

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

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

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

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

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

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