#A48391

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

Shades of Bouquet #A48391

Tints of Bouquet #A48391

Color information

#A48391 (or 0xA48391) is unknown color: approx Bouquet. HEX triplet: A4, 83 and 91. RGB value is (164,131,145). Sum of RGB (Red+Green+Blue) = 164+131+145=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A48391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48391 is #5B7C6E. Grayscale: #8E8E8E. Windows color (decimal): -5995631 or 9536420. OLE color: 9536420.

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

Color convert

RGB164131145-
CMYK00.200.120.36
HSL334.55º15.35%57.84%-
HSV(B)334.55º20.12%64.31%-
XYZ28.5426.1730.34-
YUV142.46129.43143.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 131 (51.56% from 255) = 29.77%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=37.27%
G=29.77%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413114500.200.120.36334.5515.3557.84
HexA48391014C2414ff3a
Octal24420322102414445171772
Binary10100100100000111001000101010011001001001010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48391; }

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

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

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

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

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

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

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

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