#A5537A

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

Shades of Royal Heath #A5537A

Tints of Royal Heath #A5537A

Color information

#A5537A (or 0xA5537A) is unknown color: approx Royal Heath. HEX triplet: A5, 53 and 7A. RGB value is (165,83,122). Sum of RGB (Red+Green+Blue) = 165+83+122=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5537A is #5AAC85. Grayscale: #6F6F6F. Windows color (decimal): -5942406 or 8016805. OLE color: 8016805.

HSL color Cylindrical-coordinate representation of color #A5537A: hue angle of 331.46º 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 #A5537A is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16583122-
CMYK00.500.260.35
HSL331.46º33.06%48.63%-
HSV(B)331.46º49.7%64.71%-
XYZ22.1215.5920.26-
YUV111.96133.67165.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=44.59%
G=22.43%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658312200.500.260.35331.4633.0648.63
HexA5537A0321A2314b2131
Octal24512317206232435134161
Binary1010010110100111111010011001011010100011101001011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5537A; }

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

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

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

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

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

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

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

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