#A84E6C

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

Shades of Royal Heath #A84E6C

Tints of Royal Heath #A84E6C

Color information

#A84E6C (or 0xA84E6C) is unknown color: approx Royal Heath. HEX triplet: A8, 4E and 6C. RGB value is (168,78,108). Sum of RGB (Red+Green+Blue) = 168+78+108=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E6C is #57B193. Grayscale: #6C6C6C. Windows color (decimal): -5747092 or 7098024. OLE color: 7098024.

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

Color convert

RGB16878108-
CMYK00.540.360.34
HSL340º36.59%48.24%-
HSV(B)340º53.57%65.88%-
XYZ21.5814.8615.92-
YUV108.33127.82170.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.46%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=47.46%
G=22.03%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687810800.540.360.3434036.5948.24
HexA84E6C03624221542530
Octal25011615406644425244560
Binary10101000100111011011000110110100100100010101010100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E6C; }

 p { color: rgb(168,78,108); }

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

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

 a { background-color: rgb(168,78,108); }

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

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

 span { border-color: rgb(168,78,108); }

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