#A35473

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

Shades of Royal Heath #A35473

Tints of Royal Heath #A35473

Color information

#A35473 (or 0xA35473) is unknown color: approx Royal Heath. HEX triplet: A3, 54 and 73. RGB value is (163,84,115). Sum of RGB (Red+Green+Blue) = 163+84+115=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A35473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35473 is #5CAB8C. Grayscale: #6F6F6F. Windows color (decimal): -6073229 or 7558307. OLE color: 7558307.

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

Color convert

RGB16384115-
CMYK00.480.290.36
HSL336.46º31.98%48.43%-
HSV(B)336.46º48.47%63.92%-
XYZ21.3715.3618.06-
YUV111.15130.17164.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=45.03%
G=23.20%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638411500.480.290.36336.4631.9848.43
HexA354730301D241502030
Octal24312416306035445204060
Binary1010001110101001110011011000011101100100101010000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35473; }

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

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

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

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

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

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

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

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