#A45073

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

Shades of Royal Heath #A45073

Tints of Royal Heath #A45073

Color information

#A45073 (or 0xA45073) is unknown color: approx Royal Heath. HEX triplet: A4, 50 and 73. RGB value is (164,80,115). Sum of RGB (Red+Green+Blue) = 164+80+115=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A45073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45073 is #5BAF8C. Grayscale: #6D6D6D. Windows color (decimal): -6008717 or 7557284. OLE color: 7557284.

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

Color convert

RGB16480115-
CMYK00.510.300.36
HSL335º34.43%47.84%-
HSV(B)335º51.22%64.31%-
XYZ21.2714.8717.97-
YUV109.11131.33167.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=45.68%
G=22.28%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648011500.510.300.3633534.4347.84
HexA450730331E2414f2230
Octal24412016306336445174260
Binary1010010010100001110011011001111110100100101001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45073; }

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

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

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

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

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

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

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

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