#A5506F

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

Shades of Royal Heath #A5506F

Tints of Royal Heath #A5506F

Color information

#A5506F (or 0xA5506F) is unknown color: approx Royal Heath. HEX triplet: A5, 50 and 6F. RGB value is (165,80,111). Sum of RGB (Red+Green+Blue) = 165+80+111=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5506F is #5AAF90. Grayscale: #6C6C6C. Windows color (decimal): -5943185 or 7295141. OLE color: 7295141.

HSL color Cylindrical-coordinate representation of color #A5506F: hue angle of 338.12º 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 #A5506F is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16580111-
CMYK00.520.330.35
HSL338.12º34.69%48.04%-
HSV(B)338.12º51.52%64.71%-
XYZ21.2514.8816.79-
YUV108.95129.16167.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=46.35%
G=22.47%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658011100.520.330.35338.1234.6948.04
HexA5506F03421231522330
Octal24512015706441435224360
Binary10100101101000011011110110100100001100011101010010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5506F; }

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

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

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

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

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

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

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

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