#A5546F

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

Shades of Royal Heath #A5546F

Tints of Royal Heath #A5546F

Color information

#A5546F (or 0xA5546F) is unknown color: approx Royal Heath. HEX triplet: A5, 54 and 6F. RGB value is (165,84,111). Sum of RGB (Red+Green+Blue) = 165+84+111=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5546F is #5AAB90. Grayscale: #6F6F6F. Windows color (decimal): -5942161 or 7296165. OLE color: 7296165.

HSL color Cylindrical-coordinate representation of color #A5546F: hue angle of 340º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5546F is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16584111-
CMYK00.490.330.35
HSL340º32.53%48.82%-
HSV(B)340º49.09%64.71%-
XYZ21.5615.4916.89-
YUV111.3127.84166.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=45.83%
G=23.33%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658411100.490.330.3534032.5348.82
HexA5546F03121231542131
Octal24512415706141435244161
Binary10100101101010011011110110001100001100011101010100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5546F; }

 p { color: rgb(165,84,111); }

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

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

 a { background-color: rgb(165,84,111); }

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

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

 span { border-color: rgb(165,84,111); }

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