#A48A9C

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

Shades of Bouquet #A48A9C

Tints of Bouquet #A48A9C

Color information

#A48A9C (or 0xA48A9C) is unknown color: approx Bouquet. HEX triplet: A4, 8A and 9C. RGB value is (164,138,156). Sum of RGB (Red+Green+Blue) = 164+138+156=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A9C is #5B7563. Grayscale: #939393. Windows color (decimal): -5993828 or 10259108. OLE color: 10259108.

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

Color convert

RGB164138156-
CMYK00.160.050.36
HSL318.46º12.5%59.22%-
HSV(B)318.46º15.85%64.31%-
XYZ30.428.4735.35-
YUV147.83132.61139.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=35.81%
G=30.13%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413815600.160.050.36318.4612.559.22
HexA48A9C01052413ec3b
Octal2442122340205444761473
Binary1010010010001010100111000100001011001001001111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A9C; }

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

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

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

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

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

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

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

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