#A05072

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

Shades of Royal Heath #A05072

Tints of Royal Heath #A05072

Color information

#A05072 (or 0xA05072) is unknown color: approx Royal Heath. HEX triplet: A0, 50 and 72. RGB value is (160,80,114). Sum of RGB (Red+Green+Blue) = 160+80+114=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A05072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05072 is #5FAF8D. Grayscale: #6B6B6B. Windows color (decimal): -6270862 or 7491744. OLE color: 7491744.

HSL color Cylindrical-coordinate representation of color #A05072: hue angle of 334.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05072 is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16080114-
CMYK00.50.290.37
HSL334.5º33.33%47.06%-
HSV(B)334.5º50%62.75%-
XYZ20.414.4317.63-
YUV107.8131.5165.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=45.20%
G=22.60%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608011400.50.290.37334.533.3347.06
HexA050720321D2514e212f
Octal24012016206235455164157
Binary1010000010100001110010011001011101100101101001110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05072; }

 p { color: rgb(160,80,114); }

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

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

 a { background-color: rgb(160,80,114); }

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

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

 span { border-color: rgb(160,80,114); }

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