#A45473

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

Shades of Royal Heath #A45473

Tints of Royal Heath #A45473

Color information

#A45473 (or 0xA45473) is unknown color: approx Royal Heath. HEX triplet: A4, 54 and 73. RGB value is (164,84,115). Sum of RGB (Red+Green+Blue) = 164+84+115=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A45473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45473 is #5BAB8C. Grayscale: #6F6F6F. Windows color (decimal): -6007693 or 7558308. OLE color: 7558308.

HSL color Cylindrical-coordinate representation of color #A45473: hue angle of 336.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45473 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16484115-
CMYK00.490.300.36
HSL336.75º32.26%48.63%-
HSV(B)336.75º48.78%64.31%-
XYZ21.5715.4718.07-
YUV111.45130165.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.18%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=45.18%
G=23.14%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648411500.490.300.36336.7532.2648.63
HexA454730311E241512031
Octal24412416306136445214061
Binary1010010010101001110011011000111110100100101010001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45473; }

 p { color: rgb(164,84,115); }

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

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

 a { background-color: rgb(164,84,115); }

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

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

 span { border-color: rgb(164,84,115); }

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