#A84F6E

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

Shades of Royal Heath #A84F6E

Tints of Royal Heath #A84F6E

Color information

#A84F6E (or 0xA84F6E) is unknown color: approx Royal Heath. HEX triplet: A8, 4F and 6E. RGB value is (168,79,110). Sum of RGB (Red+Green+Blue) = 168+79+110=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84F6E is #57B091. Grayscale: #6D6D6D. Windows color (decimal): -5746834 or 7229352. OLE color: 7229352.

HSL color Cylindrical-coordinate representation of color #A84F6E: hue angle of 339.1º 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 #A84F6E is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB16879110-
CMYK00.530.350.34
HSL339.1º36.03%48.43%-
HSV(B)339.1º52.98%65.88%-
XYZ21.7615.0416.51-
YUV109.14128.49169.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.06%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=47.06%
G=22.13%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687911000.530.350.34339.136.0348.43
HexA84F6E03523221532430
Octal25011715606543425234460
Binary10101000100111111011100110101100011100010101010011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84F6E; }

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

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

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

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

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

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

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

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