#A45071

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

Shades of Royal Heath #A45071

Tints of Royal Heath #A45071

Color information

#A45071 (or 0xA45071) is unknown color: approx Royal Heath. HEX triplet: A4, 50 and 71. RGB value is (164,80,113). Sum of RGB (Red+Green+Blue) = 164+80+113=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A45071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45071 is #5BAF8E. Grayscale: #6C6C6C. Windows color (decimal): -6008719 or 7426212. OLE color: 7426212.

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

Color convert

RGB16480113-
CMYK00.510.310.36
HSL336.43º34.43%47.84%-
HSV(B)336.43º51.22%64.31%-
XYZ21.1614.8217.37-
YUV108.88130.33167.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=45.94%
G=22.41%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648011300.510.310.36336.4334.4347.84
HexA450710331F241502230
Octal24412016106337445204260
Binary1010010010100001110001011001111111100100101010000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45071; }

 p { color: rgb(164,80,113); }

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

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

 a { background-color: rgb(164,80,113); }

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

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

 span { border-color: rgb(164,80,113); }

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