#a84f70

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

Shades of Royal Heath #A84F70

Tints of Royal Heath #A84F70

Color information

#A84F70 (or 0xA84F70) is unknown color: approx Royal Heath. HEX triplet: A8, 4F and 70. RGB value is (168,79,112). Sum of RGB (Red+Green+Blue) = 168+79+112=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84F70 is #57B08F. Grayscale: #6D6D6D. Windows color (decimal): -5746832 or 7360424. OLE color: 7360424.

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

Color convert

RGB16879112-
CMYK00.530.330.34
HSL337.75º36.03%48.43%-
HSV(B)337.75º52.98%65.88%-
XYZ21.8715.0917.09-
YUV109.37129.49169.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=46.80%
G=22.01%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687911200.530.330.34337.7536.0348.43
HexA84F7003521221522430
Octal25011716006541425224460
Binary10101000100111111100000110101100001100010101010010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a84f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a84f70; }

 p { color: rgb(168,79,112); }

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

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

 a { background-color: rgb(168,79,112); }

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

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

 span { border-color: rgb(168,79,112); }

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