#A45076

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

Shades of Royal Heath #A45076

Tints of Royal Heath #A45076

Color information

#A45076 (or 0xA45076) is unknown color: approx Royal Heath. HEX triplet: A4, 50 and 76. RGB value is (164,80,118). Sum of RGB (Red+Green+Blue) = 164+80+118=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A45076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45076 is #5BAF89. Grayscale: #6D6D6D. Windows color (decimal): -6008714 or 7753892. OLE color: 7753892.

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

Color convert

RGB16480118-
CMYK00.510.280.36
HSL332.86º34.43%47.84%-
HSV(B)332.86º51.22%64.31%-
XYZ21.4514.9418.89-
YUV109.45132.83166.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.30%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=45.30%
G=22.10%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648011800.510.280.36332.8634.4347.84
HexA450760331C2414d2230
Octal24412016606334445154260
Binary1010010010100001110110011001111100100100101001101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45076; }

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

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

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

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

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

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

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

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