#A48191

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

Shades of Bouquet #A48191

Tints of Bouquet #A48191

Color information

#A48191 (or 0xA48191) is unknown color: approx Bouquet. HEX triplet: A4, 81 and 91. RGB value is (164,129,145). Sum of RGB (Red+Green+Blue) = 164+129+145=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A48191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48191 is #5B7E6E. Grayscale: #8D8D8D. Windows color (decimal): -5996143 or 9535908. OLE color: 9535908.

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

Color convert

RGB164129145-
CMYK00.210.120.36
HSL332.57º16.13%57.45%-
HSV(B)332.57º21.34%64.31%-
XYZ28.2725.6430.25-
YUV141.29130.1144.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 129 (50.78% from 255) = 29.45%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=37.44%
G=29.45%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412914500.210.120.36332.5716.1357.45
HexA48191015C2414d1039
Octal24420122102514445152071
Binary101001001000000110010001010101110010010010100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48191; }

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

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

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

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

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

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

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

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