#A48199

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

Shades of Bouquet #A48199

Tints of Bouquet #A48199

Color information

#A48199 (or 0xA48199) is unknown color: approx Bouquet. HEX triplet: A4, 81 and 99. RGB value is (164,129,153). Sum of RGB (Red+Green+Blue) = 164+129+153=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A48199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48199 is #5B7E66. Grayscale: #8E8E8E. Windows color (decimal): -5996135 or 10060196. OLE color: 10060196.

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

Color convert

RGB164129153-
CMYK00.210.070.36
HSL318.86º16.13%57.45%-
HSV(B)318.86º21.34%64.31%-
XYZ28.9125.8933.61-
YUV142.2134.1143.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=36.77%
G=28.92%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412915300.210.070.36318.8616.1357.45
HexA4819901572413f1039
Octal2442012310257444772071
Binary10100100100000011001100101010111110010010011111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48199; }

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

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

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

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

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

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

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

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