#A48D9C

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

Shades of Bouquet #A48D9C

Tints of Bouquet #A48D9C

Color information

#A48D9C (or 0xA48D9C) is unknown color: approx Bouquet. HEX triplet: A4, 8D and 9C. RGB value is (164,141,156). Sum of RGB (Red+Green+Blue) = 164+141+156=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D9C is #5B7263. Grayscale: #959595. Windows color (decimal): -5993060 or 10259876. OLE color: 10259876.

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

Color convert

RGB164141156-
CMYK00.140.050.36
HSL320.87º11.22%59.8%-
HSV(B)320.87º14.02%64.31%-
XYZ30.8429.3435.49-
YUV149.59131.62138.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=35.57%
G=30.59%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414115600.140.050.36320.8711.2259.8
HexA48D9C0E524141b3c
Octal2442152340165445011374
Binary101001001000110110011100011101011001001010000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D9C; }

 p { color: rgb(164,141,156); }

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

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

 a { background-color: rgb(164,141,156); }

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

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

 span { border-color: rgb(164,141,156); }

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