#A15076

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

Shades of Royal Heath #A15076

Tints of Royal Heath #A15076

Color information

#A15076 (or 0xA15076) is unknown color: approx Royal Heath. HEX triplet: A1, 50 and 76. RGB value is (161,80,118). Sum of RGB (Red+Green+Blue) = 161+80+118=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A15076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15076 is #5EAF89. Grayscale: #6C6C6C. Windows color (decimal): -6205322 or 7753889. OLE color: 7753889.

HSL color Cylindrical-coordinate representation of color #A15076: hue angle of 331.85º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15076 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16180118-
CMYK00.500.270.37
HSL331.85º33.61%47.25%-
HSV(B)331.85º50.31%63.14%-
XYZ20.8414.6218.86-
YUV108.55133.34165.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=44.85%
G=22.28%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618011800.500.270.37331.8533.6147.25
HexA150760321B2514c222f
Octal24112016606233455144257
Binary1010000110100001110110011001011011100101101001100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15076; }

 p { color: rgb(161,80,118); }

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

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

 a { background-color: rgb(161,80,118); }

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

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

 span { border-color: rgb(161,80,118); }

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