#A84676

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

Shades of Royal Heath #A84676

Tints of Royal Heath #A84676

Color information

#A84676 (or 0xA84676) is unknown color: approx Royal Heath. HEX triplet: A8, 46 and 76. RGB value is (168,70,118). Sum of RGB (Red+Green+Blue) = 168+70+118=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A84676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84676 is #57B989. Grayscale: #686868. Windows color (decimal): -5749130 or 7751336. OLE color: 7751336.

HSL color Cylindrical-coordinate representation of color #A84676: hue angle of 330.61º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84676 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16870118-
CMYK00.580.300.34
HSL330.61º41.18%46.67%-
HSV(B)330.61º58.33%65.88%-
XYZ21.6114.0118.71-
YUV104.77135.47173.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=47.19%
G=19.66%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687011800.580.300.34330.6141.1846.67
HexA8467603A1E2214b292f
Octal25010616607236425135157
Binary1010100010001101110110011101011110100010101001011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84676; }

 p { color: rgb(168,70,118); }

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

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

 a { background-color: rgb(168,70,118); }

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

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

 span { border-color: rgb(168,70,118); }

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