#A48097

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

Shades of Bouquet #A48097

Tints of Bouquet #A48097

Color information

#A48097 (or 0xA48097) is unknown color: approx Bouquet. HEX triplet: A4, 80 and 97. RGB value is (164,128,151). Sum of RGB (Red+Green+Blue) = 164+128+151=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A48097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48097 is #5B7F68. Grayscale: #8D8D8D. Windows color (decimal): -5996393 or 9928868. OLE color: 9928868.

HSL color Cylindrical-coordinate representation of color #A48097: hue angle of 321.67º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48097 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB164128151-
CMYK00.220.080.36
HSL321.67º16.51%57.25%-
HSV(B)321.67º21.95%64.31%-
XYZ28.6125.5732.7-
YUV141.39133.43144.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=37.02%
G=28.89%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412815100.220.080.36321.6716.5157.25
HexA480970168241421139
Octal24420022702610445022171
Binary101001001000000010010111010110100010010010100001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48097; }

 p { color: rgb(164,128,151); }

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

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

 a { background-color: rgb(164,128,151); }

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

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

 span { border-color: rgb(164,128,151); }

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