#A9558A

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

Shades of Mulberry #A9558A

Tints of Mulberry #A9558A

Color information

#A9558A (or 0xA9558A) is unknown color: approx Mulberry. HEX triplet: A9, 55 and 8A. RGB value is (169,85,138). Sum of RGB (Red+Green+Blue) = 169+85+138=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9558A is #56AA75. Grayscale: #747474. Windows color (decimal): -5679734 or 9065897. OLE color: 9065897.

HSL color Cylindrical-coordinate representation of color #A9558A: hue angle of 322.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9558A is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16985138-
CMYK00.500.180.34
HSL322.14º33.07%49.8%-
HSV(B)322.14º49.7%66.27%-
XYZ24.216.7726.01-
YUV116.16140.33165.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=43.11%
G=21.68%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698513800.500.180.34322.1433.0749.8
HexA9558A03212221422132
Octal25112521206222425024162
Binary10101001101010110001010011001010010100010101000010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9558A; }

 p { color: rgb(169,85,138); }

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

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

 a { background-color: rgb(169,85,138); }

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

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

 span { border-color: rgb(169,85,138); }

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