#A48F9F

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

Shades of Bouquet #A48F9F

Tints of Bouquet #A48F9F

Color information

#A48F9F (or 0xA48F9F) is unknown color: approx Bouquet. HEX triplet: A4, 8F and 9F. RGB value is (164,143,159). Sum of RGB (Red+Green+Blue) = 164+143+159=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F9F is #5B7060. Grayscale: #979797. Windows color (decimal): -5992545 or 10456996. OLE color: 10456996.

HSL color Cylindrical-coordinate representation of color #A48F9F: hue angle of 314.29º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A48F9F is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164143159-
CMYK00.130.030.36
HSL314.29º10.34%60.2%-
HSV(B)314.29º12.8%64.31%-
XYZ31.3930.0436.94-
YUV151.1132.46137.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=35.19%
G=30.69%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414315900.130.030.36314.2910.3460.2
HexA48F9F0D32413aa3c
Octal2442172370153444721274
Binary10100100100011111001111101101111001001001110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F9F; }

 p { color: rgb(164,143,159); }

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

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

 a { background-color: rgb(164,143,159); }

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

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

 span { border-color: rgb(164,143,159); }

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