#A48094

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

Shades of Bouquet #A48094

Tints of Bouquet #A48094

Color information

#A48094 (or 0xA48094) is unknown color: approx Bouquet. HEX triplet: A4, 80 and 94. RGB value is (164,128,148). Sum of RGB (Red+Green+Blue) = 164+128+148=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A48094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48094 is #5B7F6B. Grayscale: #8D8D8D. Windows color (decimal): -5996396 or 9732260. OLE color: 9732260.

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

Color convert

RGB164128148-
CMYK00.220.100.36
HSL326.67º16.51%57.25%-
HSV(B)326.67º21.95%64.31%-
XYZ28.3725.4731.44-
YUV141.04131.93144.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=37.27%
G=29.09%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412814800.220.100.36326.6716.5157.25
HexA48094016A241471139
Octal24420022402612445072171
Binary101001001000000010010100010110101010010010100011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48094; }

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

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

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

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

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

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

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

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