#A5506D

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

Shades of Royal Heath #A5506D

Tints of Royal Heath #A5506D

Color information

#A5506D (or 0xA5506D) is unknown color: approx Royal Heath. HEX triplet: A5, 50 and 6D. RGB value is (165,80,109). Sum of RGB (Red+Green+Blue) = 165+80+109=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5506D is #5AAF92. Grayscale: #6C6C6C. Windows color (decimal): -5943187 or 7164069. OLE color: 7164069.

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

Color convert

RGB16580109-
CMYK00.520.340.35
HSL339.53º34.69%48.04%-
HSV(B)339.53º51.52%64.71%-
XYZ21.1514.8416.22-
YUV108.72128.16168.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=46.61%
G=22.60%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658010900.520.340.35339.5334.6948.04
HexA5506D03422231542330
Octal24512015506442435244360
Binary10100101101000011011010110100100010100011101010100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5506D; }

 p { color: rgb(165,80,109); }

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

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

 a { background-color: rgb(165,80,109); }

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

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

 span { border-color: rgb(165,80,109); }

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