#A48793

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

Shades of Bouquet #A48793

Tints of Bouquet #A48793

Color information

#A48793 (or 0xA48793) is unknown color: approx Bouquet. HEX triplet: A4, 87 and 93. RGB value is (164,135,147). Sum of RGB (Red+Green+Blue) = 164+135+147=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A48793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48793 is #5B786C. Grayscale: #919191. Windows color (decimal): -5994605 or 9668516. OLE color: 9668516.

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

Color convert

RGB164135147-
CMYK00.180.100.36
HSL335.17º13.74%58.63%-
HSV(B)335.17º17.68%64.31%-
XYZ29.2427.3331.34-
YUV145.04129.11141.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 135 (53.12% from 255) = 30.27%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=36.77%
G=30.27%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413514700.180.100.36335.1713.7458.63
HexA48793012A2414fe3b
Octal24420722302212445171673
Binary10100100100001111001001101001010101001001010011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48793; }

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

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

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

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

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

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

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

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