#A48396

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

Shades of Bouquet #A48396

Tints of Bouquet #A48396

Color information

#A48396 (or 0xA48396) is unknown color: approx Bouquet. HEX triplet: A4, 83 and 96. RGB value is (164,131,150). Sum of RGB (Red+Green+Blue) = 164+131+150=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48396 is #5B7C69. Grayscale: #8E8E8E. Windows color (decimal): -5995626 or 9864100. OLE color: 9864100.

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

Color convert

RGB164131150-
CMYK00.200.090.36
HSL325.45º15.35%57.84%-
HSV(B)325.45º20.12%64.31%-
XYZ28.9326.3332.41-
YUV143.03131.93142.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=36.85%
G=29.44%
B=33.71%

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
Decimal16413115000.200.090.36325.4515.3557.84
HexA48396014924145f3a
Octal24420322602411445051772
Binary10100100100000111001011001010010011001001010001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48396; }

 p { color: rgb(164,131,150); }

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

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

 a { background-color: rgb(164,131,150); }

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

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

 span { border-color: rgb(164,131,150); }

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