#A15073

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

Shades of Royal Heath #A15073

Tints of Royal Heath #A15073

Color information

#A15073 (or 0xA15073) is unknown color: approx Royal Heath. HEX triplet: A1, 50 and 73. RGB value is (161,80,115). Sum of RGB (Red+Green+Blue) = 161+80+115=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A15073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15073 is #5EAF8C. Grayscale: #6C6C6C. Windows color (decimal): -6205325 or 7557281. OLE color: 7557281.

HSL color Cylindrical-coordinate representation of color #A15073: hue angle of 334.07º 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 #A15073 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16180115-
CMYK00.500.290.37
HSL334.07º33.61%47.25%-
HSV(B)334.07º50.31%63.14%-
XYZ20.6614.5517.94-
YUV108.21131.84165.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=45.22%
G=22.47%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618011500.500.290.37334.0733.6147.25
HexA150730321D2514e222f
Octal24112016306235455164257
Binary1010000110100001110011011001011101100101101001110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15073; }

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

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

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

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

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

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

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

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