#A48294

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

Shades of Bouquet #A48294

Tints of Bouquet #A48294

Color information

#A48294 (or 0xA48294) is unknown color: approx Bouquet. HEX triplet: A4, 82 and 94. RGB value is (164,130,148). Sum of RGB (Red+Green+Blue) = 164+130+148=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A48294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48294 is #5B7D6B. Grayscale: #8E8E8E. Windows color (decimal): -5995884 or 9732772. OLE color: 9732772.

HSL color Cylindrical-coordinate representation of color #A48294: hue angle of 328.24º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48294 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB164130148-
CMYK00.210.100.36
HSL328.24º15.74%57.65%-
HSV(B)328.24º20.73%64.31%-
XYZ28.642631.53-
YUV142.22131.26143.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 130 (51.17% from 255) = 29.41%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=37.10%
G=29.41%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413014800.210.100.36328.2415.7457.65
HexA48294015A24148103a
Octal24420222402512445102072
Binary101001001000001010010100010101101010010010100100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48294; }

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

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

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

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

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

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

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

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