#A35371

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

Shades of Royal Heath #A35371

Tints of Royal Heath #A35371

Color information

#A35371 (or 0xA35371) is unknown color: approx Royal Heath. HEX triplet: A3, 53 and 71. RGB value is (163,83,113). Sum of RGB (Red+Green+Blue) = 163+83+113=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A35371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35371 is #5CAC8E. Grayscale: #6E6E6E. Windows color (decimal): -6073487 or 7426979. OLE color: 7426979.

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

Color convert

RGB16383113-
CMYK00.490.310.36
HSL337.5º32.52%48.24%-
HSV(B)337.5º49.08%63.92%-
XYZ21.1815.1717.43-
YUV110.34129.5165.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=45.40%
G=23.12%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638311300.490.310.36337.532.5248.24
HexA353710311F241522130
Octal24312316106137445224160
Binary1010001110100111110001011000111111100100101010010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35371; }

 p { color: rgb(163,83,113); }

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

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

 a { background-color: rgb(163,83,113); }

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

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

 span { border-color: rgb(163,83,113); }

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