#A5516E

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

Shades of Royal Heath #A5516E

Tints of Royal Heath #A5516E

Color information

#A5516E (or 0xA5516E) is unknown color: approx Royal Heath. HEX triplet: A5, 51 and 6E. RGB value is (165,81,110). Sum of RGB (Red+Green+Blue) = 165+81+110=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5516E is #5AAE91. Grayscale: #6D6D6D. Windows color (decimal): -5942930 or 7229861. OLE color: 7229861.

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

Color convert

RGB16581110-
CMYK00.510.330.35
HSL339.29º34.15%48.24%-
HSV(B)339.29º50.91%64.71%-
XYZ21.2715.0116.53-
YUV109.42128.33167.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=46.35%
G=22.75%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658111000.510.330.35339.2934.1548.24
HexA5516E03321231532230
Octal24512115606341435234260
Binary10100101101000111011100110011100001100011101010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5516E; }

 p { color: rgb(165,81,110); }

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

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

 a { background-color: rgb(165,81,110); }

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

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

 span { border-color: rgb(165,81,110); }

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