#A48090

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

Shades of Bouquet #A48090

Tints of Bouquet #A48090

Color information

#A48090 (or 0xA48090) is unknown color: approx Bouquet. HEX triplet: A4, 80 and 90. RGB value is (164,128,144). Sum of RGB (Red+Green+Blue) = 164+128+144=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A48090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48090 is #5B7F6F. Grayscale: #8C8C8C. Windows color (decimal): -5996400 or 9470116. OLE color: 9470116.

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

Color convert

RGB164128144-
CMYK00.220.120.36
HSL333.33º16.51%57.25%-
HSV(B)333.33º21.95%64.31%-
XYZ28.0625.3429.8-
YUV140.59129.93144.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=37.61%
G=29.36%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412814400.220.120.36333.3316.5157.25
HexA48090016C2414d1139
Octal24420022002614445152171
Binary101001001000000010010000010110110010010010100110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48090; }

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

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

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

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

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

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

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

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