#A48E9B

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

Shades of Bouquet #A48E9B

Tints of Bouquet #A48E9B

Color information

#A48E9B (or 0xA48E9B) is unknown color: approx Bouquet. HEX triplet: A4, 8E and 9B. RGB value is (164,142,155). Sum of RGB (Red+Green+Blue) = 164+142+155=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48E9B is #5B7164. Grayscale: #969696. Windows color (decimal): -5992805 or 10194596. OLE color: 10194596.

HSL color Cylindrical-coordinate representation of color #A48E9B: hue angle of 324.55º degrees, saturation: 0.11, 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 #A48E9B is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB164142155-
CMYK00.130.050.36
HSL324.55º10.78%60%-
HSV(B)324.55º13.41%64.31%-
XYZ30.929.6135.1-
YUV150.06130.79137.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=35.57%
G=30.80%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414215500.130.050.36324.5510.7860
HexA48E9B0D524145b3c
Octal2442162330155445051374
Binary101001001000111010011011011011011001001010001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E9B; }

 p { color: rgb(164,142,155); }

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

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

 a { background-color: rgb(164,142,155); }

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

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

 span { border-color: rgb(164,142,155); }

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