#a45273

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

Shades of Royal Heath #A45273

Tints of Royal Heath #A45273

Color information

#A45273 (or 0xA45273) is unknown color: approx Royal Heath. HEX triplet: A4, 52 and 73. RGB value is (164,82,115). Sum of RGB (Red+Green+Blue) = 164+82+115=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A45273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45273 is #5BAD8C. Grayscale: #6E6E6E. Windows color (decimal): -6008205 or 7557796. OLE color: 7557796.

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

Color convert

RGB16482115-
CMYK00.50.300.36
HSL335.85º33.33%48.24%-
HSV(B)335.85º50%64.31%-
XYZ21.4215.1618.02-
YUV110.28130.67166.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=45.43%
G=22.71%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648211500.50.300.36335.8533.3348.24
HexA452730321E241502130
Octal24412216306236445204160
Binary1010010010100101110011011001011110100100101010000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a45273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a45273; }

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

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

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

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

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

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

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

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