#A48190

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

Shades of Bouquet #A48190

Tints of Bouquet #A48190

Color information

#A48190 (or 0xA48190) is unknown color: approx Bouquet. HEX triplet: A4, 81 and 90. RGB value is (164,129,144). Sum of RGB (Red+Green+Blue) = 164+129+144=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A48190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48190 is #5B7E6F. Grayscale: #8D8D8D. Windows color (decimal): -5996144 or 9470372. OLE color: 9470372.

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

Color convert

RGB164129144-
CMYK00.210.120.36
HSL334.29º16.13%57.45%-
HSV(B)334.29º21.34%64.31%-
XYZ28.1925.6129.84-
YUV141.18129.6144.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 129 (50.78% from 255) = 29.52%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=37.53%
G=29.52%
B=32.95%

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
Decimal16412914400.210.120.36334.2916.1357.45
HexA48190015C2414e1039
Octal24420122002514445162071
Binary101001001000000110010000010101110010010010100111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48190; }

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

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

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

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

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

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

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

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