#A45979

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

Shades of Royal Heath #A45979

Tints of Royal Heath #A45979

Color information

#A45979 (or 0xA45979) is unknown color: approx Royal Heath. HEX triplet: A4, 59 and 79. RGB value is (164,89,121). Sum of RGB (Red+Green+Blue) = 164+89+121=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A45979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45979 is #5BA686. Grayscale: #737373. Windows color (decimal): -6006407 or 7952804. OLE color: 7952804.

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

Color convert

RGB16489121-
CMYK00.460.260.36
HSL334.4º29.64%49.61%-
HSV(B)334.4º45.73%64.31%-
XYZ22.3316.4220.08-
YUV115.07131.35162.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=43.85%
G=23.80%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648912100.460.260.36334.429.6449.61
HexA4597902E1A2414e1e32
Octal24413117105632445163662
Binary101001001011001111100101011101101010010010100111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45979; }

 p { color: rgb(164,89,121); }

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

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

 a { background-color: rgb(164,89,121); }

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

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

 span { border-color: rgb(164,89,121); }

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