#A45576

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

Shades of Royal Heath #A45576

Tints of Royal Heath #A45576

Color information

#A45576 (or 0xA45576) is unknown color: approx Royal Heath. HEX triplet: A4, 55 and 76. RGB value is (164,85,118). Sum of RGB (Red+Green+Blue) = 164+85+118=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A45576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45576 is #5BAA89. Grayscale: #707070. Windows color (decimal): -6007434 or 7755172. OLE color: 7755172.

HSL color Cylindrical-coordinate representation of color #A45576: hue angle of 334.94º 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 #A45576 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16485118-
CMYK00.480.280.36
HSL334.94º31.73%48.82%-
HSV(B)334.94º48.17%64.31%-
XYZ21.8315.719.02-
YUV112.38131.17164.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=44.69%
G=23.16%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648511800.480.280.36334.9431.7348.82
HexA455760301C2414f2031
Octal24412516606034445174061
Binary1010010010101011110110011000011100100100101001111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45576; }

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

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

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

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

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

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

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

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