#A45574

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

Shades of Royal Heath #A45574

Tints of Royal Heath #A45574

Color information

#A45574 (or 0xA45574) is unknown color: approx Royal Heath. HEX triplet: A4, 55 and 74. RGB value is (164,85,116). Sum of RGB (Red+Green+Blue) = 164+85+116=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A45574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45574 is #5BAA8B. Grayscale: #707070. Windows color (decimal): -6007436 or 7624100. OLE color: 7624100.

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

Color convert

RGB16485116-
CMYK00.480.290.36
HSL336.46º31.73%48.82%-
HSV(B)336.46º48.17%64.31%-
XYZ21.7115.6518.4-
YUV112.16130.17164.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=44.93%
G=23.29%
B=31.78%

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
Decimal1648511600.480.290.36336.4631.7348.82
HexA455740301D241502031
Octal24412516406035445204061
Binary1010010010101011110100011000011101100100101010000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45574; }

 p { color: rgb(164,85,116); }

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

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

 a { background-color: rgb(164,85,116); }

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

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

 span { border-color: rgb(164,85,116); }

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