#A45674

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

Shades of Royal Heath #A45674

Tints of Royal Heath #A45674

Color information

#A45674 (or 0xA45674) is unknown color: approx Royal Heath. HEX triplet: A4, 56 and 74. RGB value is (164,86,116). Sum of RGB (Red+Green+Blue) = 164+86+116=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A45674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45674 is #5BA98B. Grayscale: #707070. Windows color (decimal): -6007180 or 7624356. OLE color: 7624356.

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

Color convert

RGB16486116-
CMYK00.480.290.36
HSL336.92º31.2%49.02%-
HSV(B)336.92º47.56%64.31%-
XYZ21.7915.8118.43-
YUV112.74129.84164.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=44.81%
G=23.50%
B=31.69%

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
Decimal1648611600.480.290.36336.9231.249.02
HexA456740301D241511f31
Octal24412616406035445213761
Binary101001001010110111010001100001110110010010101000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45674; }

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

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

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

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

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

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

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

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