#A35773

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

Shades of Royal Heath #A35773

Tints of Royal Heath #A35773

Color information

#A35773 (or 0xA35773) is unknown color: approx Royal Heath. HEX triplet: A3, 57 and 73. RGB value is (163,87,115). Sum of RGB (Red+Green+Blue) = 163+87+115=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A35773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35773 is #5CA88C. Grayscale: #707070. Windows color (decimal): -6072461 or 7559075. OLE color: 7559075.

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

Color convert

RGB16387115-
CMYK00.470.290.36
HSL337.89º30.4%49.02%-
HSV(B)337.89º46.63%63.92%-
XYZ21.6115.8418.14-
YUV112.92129.18163.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 115 (45.31% from 255) = 31.51%
R=44.66%
G=23.84%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638711500.470.290.36337.8930.449.02
HexA3577302F1D241521e31
Octal24312716305735445223661
Binary101000111010111111001101011111110110010010101001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35773; }

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

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

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

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

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

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

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

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