#A48797

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

Shades of Bouquet #A48797

Tints of Bouquet #A48797

Color information

#A48797 (or 0xA48797) is unknown color: approx Bouquet. HEX triplet: A4, 87 and 97. RGB value is (164,135,151). Sum of RGB (Red+Green+Blue) = 164+135+151=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A48797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48797 is #5B7868. Grayscale: #919191. Windows color (decimal): -5994601 or 9930660. OLE color: 9930660.

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

Color convert

RGB164135151-
CMYK00.180.080.36
HSL326.9º13.74%58.63%-
HSV(B)326.9º17.68%64.31%-
XYZ29.5627.4533.02-
YUV145.5131.11141.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=36.44%
G=30%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413515100.180.080.36326.913.7458.63
HexA48797012824147e3b
Octal24420722702210445071673
Binary10100100100001111001011101001010001001001010001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48797; }

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

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

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

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

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

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

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

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