#A45476

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

Shades of Royal Heath #A45476

Tints of Royal Heath #A45476

Color information

#A45476 (or 0xA45476) is unknown color: approx Royal Heath. HEX triplet: A4, 54 and 76. RGB value is (164,84,118). Sum of RGB (Red+Green+Blue) = 164+84+118=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A45476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45476 is #5BAB89. Grayscale: #6F6F6F. Windows color (decimal): -6007690 or 7754916. OLE color: 7754916.

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

Color convert

RGB16484118-
CMYK00.490.280.36
HSL334.5º32.26%48.63%-
HSV(B)334.5º48.78%64.31%-
XYZ21.7515.5418.99-
YUV111.8131.5165.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=44.81%
G=22.95%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648411800.490.280.36334.532.2648.63
HexA454760311C2414e2031
Octal24412416606134445164061
Binary1010010010101001110110011000111100100100101001110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45476; }

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

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

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

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

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

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

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

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