#A55375

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

Shades of Royal Heath #A55375

Tints of Royal Heath #A55375

Color information

#A55375 (or 0xA55375) is unknown color: approx Royal Heath. HEX triplet: A5, 53 and 75. RGB value is (165,83,117). Sum of RGB (Red+Green+Blue) = 165+83+117=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A55375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55375 is #5AAC8A. Grayscale: #6F6F6F. Windows color (decimal): -5942411 or 7689125. OLE color: 7689125.

HSL color Cylindrical-coordinate representation of color #A55375: hue angle of 335.12º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55375 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16583117-
CMYK00.500.290.35
HSL335.12º33.06%48.63%-
HSV(B)335.12º49.7%64.71%-
XYZ21.8215.4718.67-
YUV111.39131.17166.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=45.21%
G=22.74%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658311700.500.290.35335.1233.0648.63
HexA553750321D2314f2131
Octal24512316506235435174161
Binary1010010110100111110101011001011101100011101001111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55375; }

 p { color: rgb(165,83,117); }

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

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

 a { background-color: rgb(165,83,117); }

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

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

 span { border-color: rgb(165,83,117); }

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